| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeLoc.h | 1618 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 1680 if (getTemplateKeywordLoc().isValid()) in getLocalSourceRange() 1681 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange() 2419 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 2473 else if (getTemplateKeywordLoc().isValid()) in getLocalSourceRange() 2474 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
|
| H A D | ExprCXX.h | 3091 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 3114 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() 3343 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 3366 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() 3795 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 3818 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
|
| H A D | DeclTemplate.h | 2041 SourceLocation getTemplateKeywordLoc() const { 2837 SourceLocation getTemplateKeywordLoc() const {
|
| H A D | Expr.h | 1369 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 1393 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-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 6936 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType() 6947 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType() 6985 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 7003 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 7268 NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 7284 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 7293 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 11481 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc(); in TransformMemberExpr() 12800 SourceLocation TemplateKWLoc = Old->getTemplateKeywordLoc(); in TransformUnresolvedLookupExpr() 13209 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc(); in TransformDependentScopeDeclRefExpr() [all …]
|
| H A D | SemaOverload.cpp | 13705 SourceLocation TemplateKWLoc = ULE->getTemplateKeywordLoc(); in BuildRecoveryCallExpr() 16221 Found.getDecl(), ULE->getTemplateKeywordLoc(), TemplateArgs); in FixOverloadedFunctionReference() 16243 MemExpr->getTemplateKeywordLoc(), TemplateArgs); in FixOverloadedFunctionReference() 16268 MemExpr->getQualifierLoc(), MemExpr->getTemplateKeywordLoc(), Fn, Found, in FixOverloadedFunctionReference()
|
| H A D | SemaExpr.cpp | 20136 S.Context, DRE->getQualifierLoc(), DRE->getTemplateKeywordLoc(), in rebuildPotentialResultsAsNonOdrUsed() 20183 ME->getQualifierLoc(), ME->getTemplateKeywordLoc(), in rebuildPotentialResultsAsNonOdrUsed() 20201 ME->getQualifierLoc(), ME->getTemplateKeywordLoc(), ME->getMemberDecl(), in rebuildPotentialResultsAsNonOdrUsed() 21819 DRE->getTemplateKeywordLoc(), in CheckPlaceholderExpr()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3909 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
|
| H A D | SemaTemplate.cpp | 560 << RequiredTemplate.getTemplateKeywordLoc(); in LookupTemplateName()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1717 Record.AddSourceLocation(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl() 1764 Record.AddSourceLocation(D->getTemplateKeywordLoc()); in VisitVarTemplateSpecializationDecl()
|
| H A D | ASTWriter.cpp | 533 addSourceLocation(TL.getTemplateKeywordLoc()); in VisitTemplateSpecializationTypeLoc() 570 addSourceLocation(TL.getTemplateKeywordLoc()); in VisitDependentTemplateSpecializationTypeLoc()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 6217 if (auto LocOrErr = import(D->getTemplateKeywordLoc())) in VisitClassTemplateSpecializationDecl() 7326 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitDeclRefExpr() 8277 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitMemberExpr() 8344 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitCXXDependentScopeMemberExpr() 8388 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitDependentScopeDeclRefExpr() 8469 ExpectedSLoc ToTemplateKeywordLocOrErr = import(E->getTemplateKeywordLoc()); in VisitUnresolvedLookupExpr() 8494 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitUnresolvedMemberExpr()
|
| H A D | DeclTemplate.cpp | 991 SourceLocation Begin = getTemplateKeywordLoc(); in getSourceRange()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 8190 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 8193 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
|