Searched refs:getTemplateKeywordLoc (Results 1 – 14 of 14) sorted by relevance
/external/clang/include/clang/AST/ |
D | TypeLoc.h | 1366 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 1421 if (getTemplateKeywordLoc().isValid()) in getLocalSourceRange() 1422 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange() 1789 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 1837 else if (getTemplateKeywordLoc().isValid()) in getLocalSourceRange() 1838 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
|
D | ExprCXX.h | 2417 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 2419 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc() 2437 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() 2669 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 2671 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc() 2689 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() 3091 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 3093 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc() 3111 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
|
D | TemplateBase.h | 618 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
|
D | Expr.h | 1069 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 1071 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc() 1090 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() 2464 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 2466 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc() 2484 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
|
D | DeclTemplate.h | 1623 SourceLocation getTemplateKeywordLoc() const { 2482 SourceLocation getTemplateKeywordLoc() const {
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 5240 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType() 5251 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType() 5292 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 5310 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 5517 NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 5533 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 5542 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 7642 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc(); in TransformMemberExpr() 8743 SourceLocation TemplateKWLoc = Old->getTemplateKeywordLoc(); in TransformUnresolvedLookupExpr() 8983 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc(); in TransformDependentScopeDeclRefExpr() [all …]
|
D | SemaOverload.cpp | 10665 SourceLocation TemplateKWLoc = ULE->getTemplateKeywordLoc(); in BuildRecoveryCallExpr() 12432 ULE->getTemplateKeywordLoc(), in FixOverloadedFunctionReference() 12461 MemExpr->getTemplateKeywordLoc(), in FixOverloadedFunctionReference() 12496 MemExpr->getQualifierLoc(), MemExpr->getTemplateKeywordLoc(), Fn, Found, in FixOverloadedFunctionReference()
|
D | SemaTemplateInstantiateDecl.cpp | 2554 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
|
D | SemaExpr.cpp | 1666 VarSpec->getTemplateKeywordLoc(), D, in BuildDeclRefExpr() 1841 ULE->getTemplateKeywordLoc(), nullptr, in DiagnoseEmptyLookup()
|
/external/clang/lib/AST/ |
D | DeclTemplate.cpp | 781 SourceLocation Begin = getTemplateKeywordLoc(); in getSourceRange()
|
D | ASTImporter.cpp | 4429 Importer.Import(E->getTemplateKeywordLoc()), in VisitDeclRefExpr()
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 1281 Writer.AddSourceLocation(D->getTemplateKeywordLoc(), Record); in VisitClassTemplateSpecializationDecl() 1329 Writer.AddSourceLocation(D->getTemplateKeywordLoc(), Record); in VisitVarTemplateSpecializationDecl()
|
D | ASTWriterStmt.cpp | 54 Writer.AddSourceLocation(Args.getTemplateKeywordLoc(), Record); in AddTemplateKWAndArgsInfo() 534 Writer.AddSourceLocation(E->getTemplateKeywordLoc(), Record); in VisitMemberExpr()
|
D | ASTWriter.cpp | 607 Writer.AddSourceLocation(TL.getTemplateKeywordLoc(), Record); in VisitTemplateSpecializationTypeLoc() 635 Writer.AddSourceLocation(TL.getTemplateKeywordLoc(), Record); in VisitDependentTemplateSpecializationTypeLoc()
|