Searched refs:RequireLiteralType (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 15225 bool RequireLiteralType(SourceLocation Loc, QualType T, 15227 bool RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID); 15230 bool RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID, in RequireLiteralType() function 15233 return RequireLiteralType(Loc, T, Diagnoser); in RequireLiteralType()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaType.cpp | 9537 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T, in RequireLiteralType() function in Sema 9628 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID) { in RequireLiteralType() function in Sema 9630 return RequireLiteralType(Loc, T, Diagnoser); in RequireLiteralType()
|
| H A D | SemaTemplate.cpp | 1312 if (RequireLiteralType(Loc, T, diag::err_template_nontype_parm_not_literal)) in RequireStructuralType()
|
| H A D | SemaDeclCXX.cpp | 1805 return SemaRef.RequireLiteralType(Loc, T, DiagID, in CheckLiteralType()
|
| H A D | SemaDecl.cpp | 8974 RequireLiteralType(NewVD->getLocation(), T, in CheckVariableDeclarationType()
|