Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp6786 bool Sema::RequireCompleteExprType(Expr *E, TypeDiagnoser &Diagnoser) { in RequireCompleteExprType() function in Sema
6804 bool Sema::RequireCompleteExprType(Expr *E, unsigned DiagID) { in RequireCompleteExprType() function in Sema
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp8377 bool Sema::RequireCompleteExprType(Expr *E, CompleteTypeKind Kind, in RequireCompleteExprType() function in Sema
8396 bool Sema::RequireCompleteExprType(Expr *E, unsigned DiagID) { in RequireCompleteExprType() function in Sema
/external/clang/include/clang/Sema/
DSema.h1471 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const Ts &...Args) { in RequireCompleteExprType() function
/external/llvm-project/clang/include/clang/Sema/
DSema.h2148 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const Ts &...Args) { in RequireCompleteExprType() function