| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 734 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 D | TypeLoc.h | 1580 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 D | ExprCXX.h | 3005 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 D | DeclTemplate.h | 2045 SourceLocation getTemplateKeywordLoc() const { 2897 SourceLocation getTemplateKeywordLoc() const {
|
| H A D | Expr.h | 1335 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 D | TreeTransform.h | 6619 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 D | SemaOverload.cpp | 12877 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 D | SemaTemplateInstantiateDecl.cpp | 3717 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
|
| H A D | SemaExpr.cpp | 18205 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 D | SemaTemplate.cpp | 554 << RequiredTemplate.getTemplateKeywordLoc(); in LookupTemplateName()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1566 Record.AddSourceLocation(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl() 1615 Record.AddSourceLocation(D->getTemplateKeywordLoc()); in VisitVarTemplateSpecializationDecl()
|
| H A D | ASTWriter.cpp | 420 Record.AddSourceLocation(TL.getTemplateKeywordLoc()); in VisitTemplateSpecializationTypeLoc() 457 Record.AddSourceLocation(TL.getTemplateKeywordLoc()); in VisitDependentTemplateSpecializationTypeLoc()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 5759 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 D | DeclTemplate.cpp | 965 SourceLocation Begin = getTemplateKeywordLoc(); in getSourceRange()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7444 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 7447 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
|