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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp4989 bool Sema::RequireCompleteExprType(Expr *E, TypeDiagnoser &Diagnoser){ function in class:Sema
5068 bool Sema::RequireCompleteExprType(Expr *E, unsigned DiagID) { function in class:Sema
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1237 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const T1 &Arg1) { function in class:clang::Sema
1243 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const T1 &Arg1, function in class:clang::Sema
1250 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const T1 &Arg1, function in class:clang::Sema

Completed in 125 milliseconds