Searched refs:RequireCompleteExprType (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaStmtAsm.cpp | 602 if (RequireCompleteExprType(Result.get(), diag::err_asm_incomplete_type)) { in LookupInlineAsmIdentifier()
|
D | SemaType.cpp | 6786 bool Sema::RequireCompleteExprType(Expr *E, TypeDiagnoser &Diagnoser) { in RequireCompleteExprType() function in Sema 6804 bool Sema::RequireCompleteExprType(Expr *E, unsigned DiagID) { in RequireCompleteExprType() function in Sema 6806 return RequireCompleteExprType(E, Diagnoser); in RequireCompleteExprType()
|
D | SemaExpr.cpp | 3644 if (RequireCompleteExprType(E, diag::err_sizeof_alignof_incomplete_type, in CheckUnaryExprOrTypeTraitOperand()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1467 bool RequireCompleteExprType(Expr *E, TypeDiagnoser &Diagnoser); 1468 bool RequireCompleteExprType(Expr *E, unsigned DiagID); 1471 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const Ts &...Args) { in RequireCompleteExprType() function 1473 return RequireCompleteExprType(E, Diagnoser); in RequireCompleteExprType()
|