Searched refs:RequireCompleteExprType (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaStmtAsm.cpp | 722 if (RequireCompleteExprType(Result.get(), diag::err_asm_incomplete_type)) { in LookupInlineAsmIdentifier()
|
| H A D | SemaType.cpp | 7563 bool Sema::RequireCompleteExprType(Expr *E, TypeDiagnoser &Diagnoser) { in RequireCompleteExprType() function in Sema 7581 bool Sema::RequireCompleteExprType(Expr *E, unsigned DiagID) { in RequireCompleteExprType() function in Sema 7583 return RequireCompleteExprType(E, Diagnoser); in RequireCompleteExprType()
|
| H A D | SemaExpr.cpp | 3719 if (RequireCompleteExprType(E, diag::err_sizeof_alignof_incomplete_type, in CheckUnaryExprOrTypeTraitOperand()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 1670 bool RequireCompleteExprType(Expr *E, TypeDiagnoser &Diagnoser); 1671 bool RequireCompleteExprType(Expr *E, unsigned DiagID); 1674 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const Ts &...Args) { in RequireCompleteExprType() function 1676 return RequireCompleteExprType(E, Diagnoser); in RequireCompleteExprType()
|