| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/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 | 1338 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 1362 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() 3205 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 3228 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 4855 SpecTL.getTemplateKeywordLoc(), in TransformTSIInObjectScope() 6596 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType() 6607 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType() 6648 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 6666 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 6900 T->getKeyword(), QualifierLoc, TL.getTemplateKeywordLoc(), in TransformDependentTemplateSpecializationType() 6912 NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 6928 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 6937 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 10761 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc(); in TransformMemberExpr() [all …]
|
| H A D | SemaOverload.cpp | 12859 SourceLocation TemplateKWLoc = ULE->getTemplateKeywordLoc(); in BuildRecoveryCallExpr() 15097 ULE->getTemplateKeywordLoc(), TemplateArgs); in FixOverloadedFunctionReference() 15119 MemExpr->getTemplateKeywordLoc(), TemplateArgs); in FixOverloadedFunctionReference() 15144 MemExpr->getQualifierLoc(), MemExpr->getTemplateKeywordLoc(), Fn, Found, in FixOverloadedFunctionReference()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3593 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
|
| H A D | SemaExpr.cpp | 18039 S.Context, DRE->getQualifierLoc(), DRE->getTemplateKeywordLoc(), in rebuildPotentialResultsAsNonOdrUsed() 18086 ME->getQualifierLoc(), ME->getTemplateKeywordLoc(), in rebuildPotentialResultsAsNonOdrUsed() 18104 ME->getQualifierLoc(), ME->getTemplateKeywordLoc(), ME->getMemberDecl(), in rebuildPotentialResultsAsNonOdrUsed()
|
| H A D | SemaTemplate.cpp | 554 << RequiredTemplate.getTemplateKeywordLoc(); in LookupTemplateName()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 5652 if (auto LocOrErr = import(D->getTemplateKeywordLoc())) in VisitClassTemplateSpecializationDecl() 6647 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitDeclRefExpr() 7559 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitMemberExpr() 7626 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitCXXDependentScopeMemberExpr() 7670 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitDependentScopeDeclRefExpr() 7751 ExpectedSLoc ToTemplateKeywordLocOrErr = import(E->getTemplateKeywordLoc()); in VisitUnresolvedLookupExpr() 7773 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitUnresolvedMemberExpr()
|
| H A D | DeclTemplate.cpp | 964 SourceLocation Begin = getTemplateKeywordLoc(); in getSourceRange()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1548 Record.AddSourceLocation(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl() 1597 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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 7374 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 7377 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
|