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.h14904 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 DSemaType.cpp9252 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 DSemaTemplate.cpp1306 if (RequireLiteralType(Loc, T, diag::err_template_nontype_parm_not_literal)) in RequireStructuralType()
H A DSemaDeclCXX.cpp1685 return SemaRef.RequireLiteralType(Loc, T, DiagID, in CheckLiteralType()
H A DSemaDecl.cpp8760 RequireLiteralType(NewVD->getLocation(), T, in CheckVariableDeclarationType()