Searched defs:RequireCompleteExprType (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaType.cpp | 8820 bool Sema::RequireCompleteExprType(Expr *E, CompleteTypeKind Kind, RequireCompleteExprType() function in Sema |
/llvm-project/clang/include/clang/Sema/ | ||
H A D | Sema.h | 14814 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const Ts &...Args) { RequireCompleteExprType() function |