Home
last modified time | relevance | path

Searched refs:RequireCompleteExprType (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Sema/
DSemaStmtAsm.cpp602 if (RequireCompleteExprType(Result.get(), diag::err_asm_incomplete_type)) { in LookupInlineAsmIdentifier()
DSemaType.cpp6786 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()
DSemaExpr.cpp3644 if (RequireCompleteExprType(E, diag::err_sizeof_alignof_incomplete_type, in CheckUnaryExprOrTypeTraitOperand()
/external/clang/include/clang/Sema/
DSema.h1467 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()