Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DTypeLoc.h1366 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
1421 if (getTemplateKeywordLoc().isValid()) in getLocalSourceRange()
1422 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
1789 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
1837 else if (getTemplateKeywordLoc().isValid()) in getLocalSourceRange()
1838 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
DExprCXX.h2417 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
2419 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc()
2437 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
2669 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
2671 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc()
2689 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
3091 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
3093 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc()
3111 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
DTemplateBase.h618 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
DExpr.h1069 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
1071 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc()
1090 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
2464 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
2466 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc()
2484 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
DDeclTemplate.h1623 SourceLocation getTemplateKeywordLoc() const {
2482 SourceLocation getTemplateKeywordLoc() const {
/external/clang/lib/Sema/
DTreeTransform.h5240 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType()
5251 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType()
5292 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5310 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5517 NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5533 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5542 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
7642 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc(); in TransformMemberExpr()
8743 SourceLocation TemplateKWLoc = Old->getTemplateKeywordLoc(); in TransformUnresolvedLookupExpr()
8983 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc(); in TransformDependentScopeDeclRefExpr()
[all …]
DSemaOverload.cpp10665 SourceLocation TemplateKWLoc = ULE->getTemplateKeywordLoc(); in BuildRecoveryCallExpr()
12432 ULE->getTemplateKeywordLoc(), in FixOverloadedFunctionReference()
12461 MemExpr->getTemplateKeywordLoc(), in FixOverloadedFunctionReference()
12496 MemExpr->getQualifierLoc(), MemExpr->getTemplateKeywordLoc(), Fn, Found, in FixOverloadedFunctionReference()
DSemaTemplateInstantiateDecl.cpp2554 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
DSemaExpr.cpp1666 VarSpec->getTemplateKeywordLoc(), D, in BuildDeclRefExpr()
1841 ULE->getTemplateKeywordLoc(), nullptr, in DiagnoseEmptyLookup()
/external/clang/lib/AST/
DDeclTemplate.cpp781 SourceLocation Begin = getTemplateKeywordLoc(); in getSourceRange()
DASTImporter.cpp4429 Importer.Import(E->getTemplateKeywordLoc()), in VisitDeclRefExpr()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1281 Writer.AddSourceLocation(D->getTemplateKeywordLoc(), Record); in VisitClassTemplateSpecializationDecl()
1329 Writer.AddSourceLocation(D->getTemplateKeywordLoc(), Record); in VisitVarTemplateSpecializationDecl()
DASTWriterStmt.cpp54 Writer.AddSourceLocation(Args.getTemplateKeywordLoc(), Record); in AddTemplateKWAndArgsInfo()
534 Writer.AddSourceLocation(E->getTemplateKeywordLoc(), Record); in VisitMemberExpr()
DASTWriter.cpp607 Writer.AddSourceLocation(TL.getTemplateKeywordLoc(), Record); in VisitTemplateSpecializationTypeLoc()
635 Writer.AddSourceLocation(TL.getTemplateKeywordLoc(), Record); in VisitDependentTemplateSpecializationTypeLoc()