Searched refs:RequireLiteralType (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Sema/ |
D | Sema.h | 1439 bool RequireLiteralType(SourceLocation Loc, QualType T, 1441 bool RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID); 1444 bool RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID, in RequireLiteralType() function 1447 return RequireLiteralType(Loc, T, Diagnoser); in RequireLiteralType()
|
/external/clang/lib/Sema/ |
D | SemaType.cpp | 6764 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T, in RequireLiteralType() function in Sema 6839 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID) { in RequireLiteralType() function in Sema 6841 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 | 6680 RequireLiteralType(NewVD->getLocation(), T, in CheckVariableDeclarationType()
|