Searched defs:RequireCompleteExprType (Results 1 – 2 of 2) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 1351 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const T1 &Arg1) { in RequireCompleteExprType() function 1357 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const T1 &Arg1, in RequireCompleteExprType() function 1364 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const T1 &Arg1, in RequireCompleteExprType() function
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaType.cpp | 4970 bool Sema::RequireCompleteExprType(Expr *E, TypeDiagnoser &Diagnoser){ in RequireCompleteExprType() function in Sema 5049 bool Sema::RequireCompleteExprType(Expr *E, unsigned DiagID) { in RequireCompleteExprType() function in Sema
|