Home
last modified time | relevance | path

Searched refs:getTemplateKeywordLoc (Results 1 – 14 of 14) sorted by relevance

/external/clang/include/clang/AST/
DTypeLoc.h1366 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
1421 if (getTemplateKeywordLoc().isValid()) in getLocalSourceRange()
1422 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
1787 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
1835 else if (getTemplateKeywordLoc().isValid()) in getLocalSourceRange()
1836 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
DExprCXX.h2377 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
2379 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc()
2397 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
2629 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
2631 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc()
2649 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
3050 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
3052 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc()
3070 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
DTemplateBase.h613 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
DExpr.h1062 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
1064 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc()
1083 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
2462 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
2464 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc()
2482 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
DDeclTemplate.h1622 SourceLocation getTemplateKeywordLoc() const {
2481 SourceLocation getTemplateKeywordLoc() const {
/external/clang/lib/Sema/
DTreeTransform.h5003 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType()
5014 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType()
5055 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5073 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5280 NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5296 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5305 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
7137 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc(); in TransformMemberExpr()
8235 SourceLocation TemplateKWLoc = Old->getTemplateKeywordLoc(); in TransformUnresolvedLookupExpr()
8475 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc(); in TransformDependentScopeDeclRefExpr()
[all …]
DSemaOverload.cpp10447 SourceLocation TemplateKWLoc = ULE->getTemplateKeywordLoc(); in BuildRecoveryCallExpr()
12191 ULE->getTemplateKeywordLoc(), in FixOverloadedFunctionReference()
12220 MemExpr->getTemplateKeywordLoc(), in FixOverloadedFunctionReference()
12256 MemExpr->getTemplateKeywordLoc(), in FixOverloadedFunctionReference()
DSemaTemplateInstantiateDecl.cpp2463 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
DSemaExpr.cpp1664 VarSpec->getTemplateKeywordLoc(), D, refersToEnclosingScope, in BuildDeclRefExpr()
1803 ULE->getTemplateKeywordLoc(), nullptr, in DiagnoseEmptyLookup()
/external/clang/lib/AST/
DDeclTemplate.cpp760 SourceLocation Begin = getTemplateKeywordLoc(); in getSourceRange()
DASTImporter.cpp4372 Importer.Import(E->getTemplateKeywordLoc()), in VisitDeclRefExpr()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1192 Writer.AddSourceLocation(D->getTemplateKeywordLoc(), Record); in VisitClassTemplateSpecializationDecl()
1258 Writer.AddSourceLocation(D->getTemplateKeywordLoc(), Record); in VisitVarTemplateSpecializationDecl()
DASTWriterStmt.cpp54 Writer.AddSourceLocation(Args.getTemplateKeywordLoc(), Record); in AddTemplateKWAndArgsInfo()
533 Writer.AddSourceLocation(E->getTemplateKeywordLoc(), Record); in VisitMemberExpr()
DASTWriter.cpp594 Writer.AddSourceLocation(TL.getTemplateKeywordLoc(), Record); in VisitTemplateSpecializationTypeLoc()
622 Writer.AddSourceLocation(TL.getTemplateKeywordLoc(), Record); in VisitDependentTemplateSpecializationTypeLoc()