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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp602 if (RequireCompleteExprType(Result.get(), diag::err_asm_incomplete_type)) {
H A DSemaType.cpp6478 bool Sema::RequireCompleteExprType(Expr *E, TypeDiagnoser &Diagnoser) { function in class:Sema
6496 bool Sema::RequireCompleteExprType(Expr *E, unsigned DiagID) { function in class:Sema
6498 return RequireCompleteExprType(E, Diagnoser);
H A DSemaExpr.cpp3572 if (RequireCompleteExprType(E, diag::err_sizeof_alignof_incomplete_type,
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1432 bool RequireCompleteExprType(Expr *E, TypeDiagnoser &Diagnoser);
1433 bool RequireCompleteExprType(Expr *E, unsigned DiagID);
1436 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const Ts &...Args) { function in class:clang::Sema
1438 return RequireCompleteExprType(E, Diagnoser);

Completed in 158 milliseconds