Searched refs:RequireLiteralType (Results 1 – 4 of 4) 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()
|