Searched refs:RequireLiteralType (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaType.cpp | 7130 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()
|
D | SemaDeclCXX.cpp | 774 SemaRef.RequireLiteralType(ParamLoc, *i, in CheckConstexprParameterTypes() 846 RequireLiteralType(NewFD->getLocation(), RT, in CheckConstexprFunctionDecl() 929 SemaRef.RequireLiteralType( in CheckConstexprDeclStmt()
|
D | SemaDecl.cpp | 6959 RequireLiteralType(NewVD->getLocation(), T, in CheckVariableDeclarationType()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 1476 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/ |
D | Sema.h | 2160 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/ |
D | SemaType.cpp | 8780 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()
|
D | SemaTemplate.cpp | 1311 if (RequireLiteralType(Loc, T, diag::err_template_nontype_parm_not_literal)) in RequireStructuralType()
|
D | SemaDeclCXX.cpp | 1624 return SemaRef.RequireLiteralType(Loc, T, DiagID, in CheckLiteralType()
|
D | SemaDecl.cpp | 8064 RequireLiteralType(NewVD->getLocation(), T, in CheckVariableDeclarationType()
|