Home
last modified time | relevance | path

Searched defs:RequireCompleteExprType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp8589 bool Sema::RequireCompleteExprType(Expr *E, CompleteTypeKind Kind, in RequireCompleteExprType() function in Sema
8595 bool Sema::RequireCompleteExprType(Expr *E, unsigned DiagID) { in RequireCompleteExprType() function in Sema
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2475 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const Ts &...Args) { in RequireCompleteExprType() function