Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h1448 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
1503 if (getTemplateKeywordLoc().isValid()) in getLocalSourceRange()
1504 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
1871 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
1919 else if (getTemplateKeywordLoc().isValid()) in getLocalSourceRange()
1920 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
DExprCXX.h2546 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
2548 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc()
2566 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
2801 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
2803 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc()
2821 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
3226 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
3228 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc()
3246 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
DTemplateBase.h619 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
DExpr.h1098 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
1100 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc()
1119 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
2503 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
2505 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc()
2523 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
DDeclTemplate.h1754 SourceLocation getTemplateKeywordLoc() const {
2604 SourceLocation getTemplateKeywordLoc() const {
/external/clang/lib/Sema/
DTreeTransform.h5426 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType()
5437 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType()
5478 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5496 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5714 NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5730 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5739 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
8294 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc(); in TransformMemberExpr()
9414 SourceLocation TemplateKWLoc = Old->getTemplateKeywordLoc(); in TransformUnresolvedLookupExpr()
9665 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc(); in TransformDependentScopeDeclRefExpr()
[all …]
DSemaOverload.cpp10999 SourceLocation TemplateKWLoc = ULE->getTemplateKeywordLoc(); in BuildRecoveryCallExpr()
12793 ULE->getTemplateKeywordLoc(), in FixOverloadedFunctionReference()
12822 MemExpr->getTemplateKeywordLoc(), in FixOverloadedFunctionReference()
12857 MemExpr->getQualifierLoc(), MemExpr->getTemplateKeywordLoc(), Fn, Found, in FixOverloadedFunctionReference()
DSemaTemplateInstantiateDecl.cpp2618 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
DSemaOpenMP.cpp3157 SemaRef.Context, E->getQualifierLoc(), E->getTemplateKeywordLoc(), in TransformDeclRefExpr()
DSemaExpr.cpp1700 VarSpec->getTemplateKeywordLoc(), D, in BuildDeclRefExpr()
/external/clang/lib/AST/
DDeclTemplate.cpp802 SourceLocation Begin = getTemplateKeywordLoc(); in getSourceRange()
DASTImporter.cpp5055 Importer.Import(E->getTemplateKeywordLoc()), in VisitDeclRefExpr()
5298 Importer.Import(E->getTemplateKeywordLoc()), in VisitMemberExpr()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1332 Writer.AddSourceLocation(D->getTemplateKeywordLoc(), Record); in VisitClassTemplateSpecializationDecl()
1382 Writer.AddSourceLocation(D->getTemplateKeywordLoc(), Record); in VisitVarTemplateSpecializationDecl()
DASTWriterStmt.cpp54 Writer.AddSourceLocation(Args.getTemplateKeywordLoc(), Record); in AddTemplateKWAndArgsInfo()
564 Writer.AddSourceLocation(E->getTemplateKeywordLoc(), Record); in VisitMemberExpr()
DASTWriter.cpp614 Writer.AddSourceLocation(TL.getTemplateKeywordLoc(), Record); in VisitTemplateSpecializationTypeLoc()
642 Writer.AddSourceLocation(TL.getTemplateKeywordLoc(), Record); in VisitDependentTemplateSpecializationTypeLoc()