Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8874 bool Sema::RequireCompleteExprType(Expr *E, CompleteTypeKind Kind, in RequireCompleteExprType() function in Sema
8880 bool Sema::RequireCompleteExprType(Expr *E, unsigned DiagID) { in RequireCompleteExprType() function in Sema
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14839 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const Ts &...Args) { in RequireCompleteExprType() function