Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp734 Builder.findToken(C->getTemplateKeywordLoc()), Declaration, C); in TraverseClassTemplateSpecializationDecl()
941 SR.setBegin(DependentTL.getTemplateKeywordLoc()); in getLocalSourceRange()
1070 buildIdExpression(S->getQualifierLoc(), S->getTemplateKeywordLoc(), in WalkUpFromMemberExpr()
1076 S->getQualifierLoc(), S->getTemplateKeywordLoc(), in WalkUpFromMemberExpr()
1090 buildIdExpression(S->getQualifierLoc(), S->getTemplateKeywordLoc(), in WalkUpFromDeclRefExpr()
1098 buildIdExpression(S->getQualifierLoc(), S->getTemplateKeywordLoc(), in WalkUpFromDependentScopeDeclRefExpr()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h1580 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
1641 if (getTemplateKeywordLoc().isValid()) in getLocalSourceRange()
1642 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
2352 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
2405 else if (getTemplateKeywordLoc().isValid()) in getLocalSourceRange()
2406 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
H A DExprCXX.h3005 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
3028 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
3253 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
3276 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
3704 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
3727 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
H A DDeclTemplate.h2045 SourceLocation getTemplateKeywordLoc() const {
2897 SourceLocation getTemplateKeywordLoc() const {
H A DExpr.h1335 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
1359 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
3272 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
3295 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h6619 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType()
6630 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType()
6671 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
6689 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
6935 NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
6951 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
6960 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
10835 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc(); in TransformMemberExpr()
12108 SourceLocation TemplateKWLoc = Old->getTemplateKeywordLoc(); in TransformUnresolvedLookupExpr()
12511 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc(); in TransformDependentScopeDeclRefExpr()
[all …]
H A DSemaOverload.cpp12877 SourceLocation TemplateKWLoc = ULE->getTemplateKeywordLoc(); in BuildRecoveryCallExpr()
15117 ULE->getTemplateKeywordLoc(), TemplateArgs); in FixOverloadedFunctionReference()
15139 MemExpr->getTemplateKeywordLoc(), TemplateArgs); in FixOverloadedFunctionReference()
15164 MemExpr->getQualifierLoc(), MemExpr->getTemplateKeywordLoc(), Fn, Found, in FixOverloadedFunctionReference()
H A DSemaTemplateInstantiateDecl.cpp3717 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
H A DSemaExpr.cpp18205 S.Context, DRE->getQualifierLoc(), DRE->getTemplateKeywordLoc(), in rebuildPotentialResultsAsNonOdrUsed()
18252 ME->getQualifierLoc(), ME->getTemplateKeywordLoc(), in rebuildPotentialResultsAsNonOdrUsed()
18270 ME->getQualifierLoc(), ME->getTemplateKeywordLoc(), ME->getMemberDecl(), in rebuildPotentialResultsAsNonOdrUsed()
H A DSemaTemplate.cpp554 << RequiredTemplate.getTemplateKeywordLoc(); in LookupTemplateName()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1566 Record.AddSourceLocation(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
1615 Record.AddSourceLocation(D->getTemplateKeywordLoc()); in VisitVarTemplateSpecializationDecl()
H A DASTWriter.cpp420 Record.AddSourceLocation(TL.getTemplateKeywordLoc()); in VisitTemplateSpecializationTypeLoc()
457 Record.AddSourceLocation(TL.getTemplateKeywordLoc()); in VisitDependentTemplateSpecializationTypeLoc()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp5759 if (auto LocOrErr = import(D->getTemplateKeywordLoc())) in VisitClassTemplateSpecializationDecl()
6776 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitDeclRefExpr()
7688 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitMemberExpr()
7755 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitCXXDependentScopeMemberExpr()
7799 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitDependentScopeDeclRefExpr()
7880 ExpectedSLoc ToTemplateKeywordLocOrErr = import(E->getTemplateKeywordLoc()); in VisitUnresolvedLookupExpr()
7902 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitUnresolvedMemberExpr()
H A DDeclTemplate.cpp965 SourceLocation Begin = getTemplateKeywordLoc(); in getSourceRange()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7444 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
7447 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()