Searched refs:RequireLiteralType (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 14904 bool RequireLiteralType(SourceLocation Loc, QualType T, 14906 bool RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID); 14909 bool RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID, in RequireLiteralType() function 14912 return RequireLiteralType(Loc, T, Diagnoser); in RequireLiteralType()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 9252 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T, in RequireLiteralType() function in Sema 9343 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID) { in RequireLiteralType() function in Sema 9345 return RequireLiteralType(Loc, T, Diagnoser); in RequireLiteralType()
|
H A D | SemaTemplate.cpp | 1306 if (RequireLiteralType(Loc, T, diag::err_template_nontype_parm_not_literal)) in RequireStructuralType()
|
H A D | SemaDeclCXX.cpp | 1685 return SemaRef.RequireLiteralType(Loc, T, DiagID, in CheckLiteralType()
|
H A D | SemaDecl.cpp | 8760 RequireLiteralType(NewVD->getLocation(), T, in CheckVariableDeclarationType()
|