Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h1408 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/
HDSemaType.cpp6625 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()
HDSemaDeclCXX.cpp776 SemaRef.RequireLiteralType(ParamLoc, *i, in CheckConstexprParameterTypes()
848 RequireLiteralType(NewFD->getLocation(), RT, in CheckConstexprFunctionDecl()
931 SemaRef.RequireLiteralType( in CheckConstexprDeclStmt()
HDSemaDecl.cpp6477 RequireLiteralType(NewVD->getLocation(), T, in CheckVariableDeclarationType()