/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | TypeLoc.cpp | 749 SourceLocation TypeLoc::getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function in TypeLoc 751 return TSTL.getTemplateKeywordLoc(); in getTemplateKeywordLoc() 754 return DTSTL.getTemplateKeywordLoc(); in getTemplateKeywordLoc()
|
H A D | DeclTemplate.cpp | 1028 else if (SourceLocation TemplateKW = getTemplateKeywordLoc(); in getSourceRange() 1444 else if (SourceLocation TemplateKW = getTemplateKeywordLoc(); in getSourceRange()
|
H A D | ASTImporter.cpp | 6304 if (auto LocOrErr = import(D->getTemplateKeywordLoc())) in VisitClassTemplateSpecializationDecl() 7428 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitDeclRefExpr() 8379 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitMemberExpr() 8446 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitCXXDependentScopeMemberExpr() 8490 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitDependentScopeDeclRefExpr() 8571 ExpectedSLoc ToTemplateKeywordLocOrErr = import(E->getTemplateKeywordLoc()); in VisitUnresolvedLookupExpr() 8598 auto ToTemplateKeywordLoc = importChecked(Err, E->getTemplateKeywordLoc()); in VisitUnresolvedMemberExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | TypeLoc.h | 193 SourceLocation getTemplateKeywordLoc() const; 1659 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 1721 if (getTemplateKeywordLoc().isValid()) in getLocalSourceRange() 1722 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange() 2488 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 2542 else if (getTemplateKeywordLoc().isValid()) in getLocalSourceRange() 2543 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
|
H A D | ExprCXX.h | 3108 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 3131 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() 3380 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 3403 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() 3832 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 3855 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
|
H A D | DeclTemplate.h | 2042 SourceLocation getTemplateKeywordLoc() const { 2807 SourceLocation getTemplateKeywordLoc() const {
|
H A D | Expr.h | 1386 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 1410 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() 3304 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 3327 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | BuildTree.cpp | 740 Builder.findToken(C->getTemplateKeywordLoc()), Declaration, C); in TraverseClassTemplateSpecializationDecl() 947 SR.setBegin(DependentTL.getTemplateKeywordLoc()); in getLocalSourceRange() 1076 buildIdExpression(S->getQualifierLoc(), S->getTemplateKeywordLoc(), in WalkUpFromMemberExpr() 1082 S->getQualifierLoc(), S->getTemplateKeywordLoc(), in WalkUpFromMemberExpr() 1096 buildIdExpression(S->getQualifierLoc(), S->getTemplateKeywordLoc(), in WalkUpFromDeclRefExpr() 1104 buildIdExpression(S->getQualifierLoc(), S->getTemplateKeywordLoc(), in WalkUpFromDependentScopeDeclRefExpr()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 4464 SS.Extend(SemaRef.Context, TL.getTemplateKeywordLoc(), TL, in TransformNestedNameSpecifierLoc() 5213 SpecTL.getTemplateKeywordLoc(), in TransformTSIInObjectScope() 7191 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType() 7202 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType() 7240 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 7258 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 7540 T->getKeyword(), QualifierLoc, TL.getTemplateKeywordLoc(), in TransformDependentTemplateSpecializationType() 7552 NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 7568 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 7577 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() [all …]
|
H A D | SemaOverload.cpp | 13730 SourceLocation TemplateKWLoc = ULE->getTemplateKeywordLoc(); in BuildRecoveryCallExpr() 16218 Found.getDecl(), ULE->getTemplateKeywordLoc(), TemplateArgs); in FixOverloadedFunctionReference() 16240 MemExpr->getTemplateKeywordLoc(), TemplateArgs); in FixOverloadedFunctionReference() 16265 MemExpr->getQualifierLoc(), MemExpr->getTemplateKeywordLoc(), Fn, Found, in FixOverloadedFunctionReference()
|
H A D | SemaExpr.cpp | 19132 S.Context, DRE->getQualifierLoc(), DRE->getTemplateKeywordLoc(), in rebuildPotentialResultsAsNonOdrUsed() 19179 ME->getQualifierLoc(), ME->getTemplateKeywordLoc(), in rebuildPotentialResultsAsNonOdrUsed() 19197 ME->getQualifierLoc(), ME->getTemplateKeywordLoc(), ME->getMemberDecl(), in rebuildPotentialResultsAsNonOdrUsed() 20836 DRE->getTemplateKeywordLoc(), in CheckPlaceholderExpr()
|
H A D | SemaTemplateInstantiateDecl.cpp | 3946 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
|
H A D | SemaTemplate.cpp | 559 << RequiredTemplate.getTemplateKeywordLoc(); in LookupTemplateName()
|
H A D | SemaDecl.cpp | 6174 SpecLoc.getTypeLoc().getTemplateKeywordLoc()); in diagnoseQualifiedDeclaration()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 1772 Record.AddSourceLocation(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl() 1827 Record.AddSourceLocation(D->getTemplateKeywordLoc()); in VisitVarTemplateSpecializationDecl()
|
H A D | ASTWriter.cpp | 578 addSourceLocation(TL.getTemplateKeywordLoc()); in VisitTemplateSpecializationTypeLoc() 615 addSourceLocation(TL.getTemplateKeywordLoc()); in VisitDependentTemplateSpecializationTypeLoc()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 11100 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 11104 return getTemplateKeywordLoc().isValid(); in hasTemplateKeyword()
|