Searched defs:RequireCompleteExprType (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp4625 bool Sema::RequireCompleteExprType(Expr *E, TypeDiagnoser &Diagnoser){ function in class:Sema
4699 bool Sema::RequireCompleteExprType(Expr *E, unsigned DiagID) { function in class:Sema
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1187 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const T1 &Arg1) { function in class:clang::Sema
1193 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const T1 &Arg1, function in class:clang::Sema
1200 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const T1 &Arg1, function in class:clang::Sema

Completed in 205 milliseconds