Home
last modified time | relevance | path

Searched refs:RequireLiteralType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h15225 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 DSemaType.cpp9537 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 DSemaTemplate.cpp1312 if (RequireLiteralType(Loc, T, diag::err_template_nontype_parm_not_literal)) in RequireStructuralType()
H A DSemaDeclCXX.cpp1805 return SemaRef.RequireLiteralType(Loc, T, DiagID, in CheckLiteralType()
H A DSemaDecl.cpp8974 RequireLiteralType(NewVD->getLocation(), T, in CheckVariableDeclarationType()