Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp749 SourceLocation TypeLoc::getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function in TypeLoc
751 return TSTL.getTemplateKeywordLoc(); in getTemplateKeywordLoc()
754 return DTSTL.getTemplateKeywordLoc(); in getTemplateKeywordLoc()
H A DDeclTemplate.cpp1028 else if (SourceLocation TemplateKW = getTemplateKeywordLoc(); in getSourceRange()
1444 else if (SourceLocation TemplateKW = getTemplateKeywordLoc(); in getSourceRange()
H A DASTImporter.cpp6304 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 DTypeLoc.h193 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 DExprCXX.h3108 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 DDeclTemplate.h2042 SourceLocation getTemplateKeywordLoc() const {
2807 SourceLocation getTemplateKeywordLoc() const {
H A DExpr.h1386 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 DBuildTree.cpp740 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 DTreeTransform.h4464 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 DSemaOverload.cpp13730 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 DSemaExpr.cpp19132 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 DSemaTemplateInstantiateDecl.cpp3946 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
H A DSemaTemplate.cpp559 << RequiredTemplate.getTemplateKeywordLoc(); in LookupTemplateName()
H A DSemaDecl.cpp6174 SpecLoc.getTypeLoc().getTemplateKeywordLoc()); in diagnoseQualifiedDeclaration()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1772 Record.AddSourceLocation(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
1827 Record.AddSourceLocation(D->getTemplateKeywordLoc()); in VisitVarTemplateSpecializationDecl()
H A DASTWriter.cpp578 addSourceLocation(TL.getTemplateKeywordLoc()); in VisitTemplateSpecializationTypeLoc()
615 addSourceLocation(TL.getTemplateKeywordLoc()); in VisitDependentTemplateSpecializationTypeLoc()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11100 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
11104 return getTemplateKeywordLoc().isValid(); in hasTemplateKeyword()