Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeLoc.h1612 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 DExprCXX.h3022 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 DDeclTemplate.h2075 SourceLocation getTemplateKeywordLoc() const {
2928 SourceLocation getTemplateKeywordLoc() const {
H A DExpr.h1348 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 DBuildTree.cpp739 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 DTreeTransform.h6712 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 DSemaOverload.cpp13048 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 DSemaExpr.cpp19101 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 DSemaTemplateInstantiateDecl.cpp3778 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
H A DSemaTemplate.cpp558 << RequiredTemplate.getTemplateKeywordLoc(); in LookupTemplateName()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp1576 Record.AddSourceLocation(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
1625 Record.AddSourceLocation(D->getTemplateKeywordLoc()); in VisitVarTemplateSpecializationDecl()
H A DASTWriter.cpp511 addSourceLocation(TL.getTemplateKeywordLoc()); in VisitTemplateSpecializationTypeLoc()
548 addSourceLocation(TL.getTemplateKeywordLoc()); in VisitDependentTemplateSpecializationTypeLoc()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp5864 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 DDeclTemplate.cpp975 SourceLocation Begin = getTemplateKeywordLoc(); in getSourceRange()
/llvm-project-15.0.7/clang/unittests/Introspection/
H A DIntrospectionTest.cpp1512 STRING_LOCATION_STDPAIR(Member, getTemplateKeywordLoc()) in TEST()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h7745 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
7748 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()