Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp8691 bool Sema::RequireCompleteExprType(Expr *E, CompleteTypeKind Kind, in RequireCompleteExprType() function in Sema
8697 bool Sema::RequireCompleteExprType(Expr *E, unsigned DiagID) { in RequireCompleteExprType() function in Sema
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h2522 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const Ts &...Args) { in RequireCompleteExprType() function