Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h1351 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 DSemaType.cpp4970 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