Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp7879 bool Sema::RequireCompleteExprType(Expr *E, TypeDiagnoser &Diagnoser) { in RequireCompleteExprType() function in Sema
7897 bool Sema::RequireCompleteExprType(Expr *E, unsigned DiagID) { in RequireCompleteExprType() function in Sema
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h1865 bool RequireCompleteExprType(Expr *E, unsigned DiagID, const Ts &...Args) { in RequireCompleteExprType() function