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

/external/clang/lib/Sema/
H A DSemaStmtAsm.cpp602 if (RequireCompleteExprType(Result.get(), diag::err_asm_incomplete_type)) {
H A DSemaType.cpp6786 bool Sema::RequireCompleteExprType(Expr *E, TypeDiagnoser &Diagnoser) { function in class:Sema
6804 bool Sema::RequireCompleteExprType(Expr *E, unsigned DiagID) { function in class:Sema
6806 return RequireCompleteExprType(E, Diagnoser);
H A DSemaExpr.cpp3644 if (RequireCompleteExprType(E, diag::err_sizeof_alignof_incomplete_type,
/external/clang/include/clang/Sema/
H A 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) { function in class:clang::Sema
1473 return RequireCompleteExprType(E, Diagnoser);

Completed in 128 milliseconds