| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 1612 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 1673 if (getTemplateKeywordLoc().isValid()) in getLocalSourceRange() 1674 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange() 2413 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 2466 else if (getTemplateKeywordLoc().isValid()) in getLocalSourceRange() 2467 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
|
| H A D | ExprCXX.h | 3022 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 3045 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() 3270 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 3293 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() 3721 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 3744 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
|
| H A D | DeclTemplate.h | 2075 SourceLocation getTemplateKeywordLoc() const { 2928 SourceLocation getTemplateKeywordLoc() const {
|
| H A D | Expr.h | 1348 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 1372 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() 3281 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 3304 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
|
| /llvm-project-15.0.7/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 739 Builder.findToken(C->getTemplateKeywordLoc()), Declaration, C); in TraverseClassTemplateSpecializationDecl() 946 SR.setBegin(DependentTL.getTemplateKeywordLoc()); in getLocalSourceRange() 1075 buildIdExpression(S->getQualifierLoc(), S->getTemplateKeywordLoc(), in WalkUpFromMemberExpr() 1081 S->getQualifierLoc(), S->getTemplateKeywordLoc(), in WalkUpFromMemberExpr() 1095 buildIdExpression(S->getQualifierLoc(), S->getTemplateKeywordLoc(), in WalkUpFromDeclRefExpr() 1103 buildIdExpression(S->getQualifierLoc(), S->getTemplateKeywordLoc(), in WalkUpFromDependentScopeDeclRefExpr()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 6712 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType() 6723 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType() 6764 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 6782 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 7035 NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 7051 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 7060 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 11098 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc(); in TransformMemberExpr() 12389 SourceLocation TemplateKWLoc = Old->getTemplateKeywordLoc(); in TransformUnresolvedLookupExpr() 12793 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc(); in TransformDependentScopeDeclRefExpr() [all …]
|
| H A D | SemaOverload.cpp | 13048 SourceLocation TemplateKWLoc = ULE->getTemplateKeywordLoc(); in BuildRecoveryCallExpr() 15312 Found.getDecl(), ULE->getTemplateKeywordLoc(), TemplateArgs); in FixOverloadedFunctionReference() 15334 MemExpr->getTemplateKeywordLoc(), TemplateArgs); in FixOverloadedFunctionReference() 15359 MemExpr->getQualifierLoc(), MemExpr->getTemplateKeywordLoc(), Fn, Found, in FixOverloadedFunctionReference()
|
| H A D | SemaExpr.cpp | 19101 S.Context, DRE->getQualifierLoc(), DRE->getTemplateKeywordLoc(), in rebuildPotentialResultsAsNonOdrUsed() 19148 ME->getQualifierLoc(), ME->getTemplateKeywordLoc(), in rebuildPotentialResultsAsNonOdrUsed() 19166 ME->getQualifierLoc(), ME->getTemplateKeywordLoc(), ME->getMemberDecl(), in rebuildPotentialResultsAsNonOdrUsed() 20687 DRE->getTemplateKeywordLoc(), in CheckPlaceholderExpr()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3778 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
|
| H A D | SemaTemplate.cpp | 558 << RequiredTemplate.getTemplateKeywordLoc(); in LookupTemplateName()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1576 Record.AddSourceLocation(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl() 1625 Record.AddSourceLocation(D->getTemplateKeywordLoc()); in VisitVarTemplateSpecializationDecl()
|
| H A D | ASTWriter.cpp | 511 addSourceLocation(TL.getTemplateKeywordLoc()); in VisitTemplateSpecializationTypeLoc() 548 addSourceLocation(TL.getTemplateKeywordLoc()); in VisitDependentTemplateSpecializationTypeLoc()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 5864 if (auto LocOrErr = import(D->getTemplateKeywordLoc())) in VisitClassTemplateSpecializationDecl() 6906 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitDeclRefExpr() 7818 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitMemberExpr() 7885 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitCXXDependentScopeMemberExpr() 7929 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitDependentScopeDeclRefExpr() 8010 ExpectedSLoc ToTemplateKeywordLocOrErr = import(E->getTemplateKeywordLoc()); in VisitUnresolvedLookupExpr() 8032 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitUnresolvedMemberExpr()
|
| H A D | DeclTemplate.cpp | 975 SourceLocation Begin = getTemplateKeywordLoc(); in getSourceRange()
|
| /llvm-project-15.0.7/clang/unittests/Introspection/ |
| H A D | IntrospectionTest.cpp | 1512 STRING_LOCATION_STDPAIR(Member, getTemplateKeywordLoc()) in TEST()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 7745 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 7748 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
|