Searched refs:RequireLiteralType (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 1408 bool RequireLiteralType(SourceLocation Loc, QualType T, 1410 bool RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID); 1413 bool RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID, in RequireLiteralType() function 1416 return RequireLiteralType(Loc, T, Diagnoser); in RequireLiteralType()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaType.cpp | 6625 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T, in RequireLiteralType() function in Sema 6706 bool Sema::RequireLiteralType(SourceLocation Loc, QualType T, unsigned DiagID) { in RequireLiteralType() function in Sema 6708 return RequireLiteralType(Loc, T, Diagnoser); in RequireLiteralType()
|
| HD | SemaDeclCXX.cpp | 776 SemaRef.RequireLiteralType(ParamLoc, *i, in CheckConstexprParameterTypes() 848 RequireLiteralType(NewFD->getLocation(), RT, in CheckConstexprFunctionDecl() 931 SemaRef.RequireLiteralType( in CheckConstexprDeclStmt()
|
| HD | SemaDecl.cpp | 6477 RequireLiteralType(NewVD->getLocation(), T, in CheckVariableDeclarationType()
|