Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaType.cpp7130 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T, in RequireLiteralType() function in Sema
7205 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID) { in RequireLiteralType() function in Sema
7207 return RequireLiteralType(Loc, T, Diagnoser); in RequireLiteralType()
DSemaDeclCXX.cpp774 SemaRef.RequireLiteralType(ParamLoc, *i, in CheckConstexprParameterTypes()
846 RequireLiteralType(NewFD->getLocation(), RT, in CheckConstexprFunctionDecl()
929 SemaRef.RequireLiteralType( in CheckConstexprDeclStmt()
DSemaDecl.cpp6959 RequireLiteralType(NewVD->getLocation(), T, in CheckVariableDeclarationType()
/external/clang/include/clang/Sema/
DSema.h1476 bool RequireLiteralType(SourceLocation Loc, QualType T,
1478 bool RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID);
1481 bool RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID, in RequireLiteralType() function
1484 return RequireLiteralType(Loc, T, Diagnoser); in RequireLiteralType()
/external/llvm-project/clang/include/clang/Sema/
DSema.h2160 bool RequireLiteralType(SourceLocation Loc, QualType T,
2162 bool RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID);
2165 bool RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID, in RequireLiteralType() function
2168 return RequireLiteralType(Loc, T, Diagnoser); in RequireLiteralType()
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp8780 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T, in RequireLiteralType() function in Sema
8870 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID) { in RequireLiteralType() function in Sema
8872 return RequireLiteralType(Loc, T, Diagnoser); in RequireLiteralType()
DSemaTemplate.cpp1311 if (RequireLiteralType(Loc, T, diag::err_template_nontype_parm_not_literal)) in RequireStructuralType()
DSemaDeclCXX.cpp1624 return SemaRef.RequireLiteralType(Loc, T, DiagID, in CheckLiteralType()
DSemaDecl.cpp8064 RequireLiteralType(NewVD->getLocation(), T, in CheckVariableDeclarationType()