Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp722 if (RequireCompleteExprType(Result.get(), diag::err_asm_incomplete_type)) { in LookupInlineAsmIdentifier()
H A DSemaType.cpp7563 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 DSemaExpr.cpp3719 if (RequireCompleteExprType(E, diag::err_sizeof_alignof_incomplete_type, in CheckUnaryExprOrTypeTraitOperand()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1670 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()