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

/external/clang/lib/Sema/
H A DSemaType.cpp6424 bool Sema::RequireCompleteExprType(Expr *E, TypeDiagnoser &Diagnoser) { function in class:Sema
6442 bool Sema::RequireCompleteExprType(Expr *E, unsigned DiagID) { function in class:Sema
6444 return RequireCompleteExprType(E, Diagnoser);
/external/clang/include/clang/Sema/
H A DSema.h1430 bool RequireCompleteExprType(Expr *E, TypeDiagnoser &Diagnoser);
1431 bool RequireCompleteExprType(Expr *E, unsigned DiagID);
1434 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const Ts &...Args) { function in class:clang::Sema
1436 return RequireCompleteExprType(E, Diagnoser);

Completed in 114 milliseconds