Home
last modified time | relevance | path

Searched refs:getTemplateKeywordLoc (Results 1 – 13 of 13) 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.h2603 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
2623 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
2851 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
2871 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
3265 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
3285 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
DExpr.h1070 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
1091 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
2446 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
2466 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
DDeclTemplate.h1754 SourceLocation getTemplateKeywordLoc() const {
2591 SourceLocation getTemplateKeywordLoc() const {
/external/clang/lib/Sema/
DTreeTransform.h5591 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType()
5602 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType()
5643 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5661 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5879 NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5895 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
5904 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType()
8603 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc(); in TransformMemberExpr()
9721 SourceLocation TemplateKWLoc = Old->getTemplateKeywordLoc(); in TransformUnresolvedLookupExpr()
9972 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc(); in TransformDependentScopeDeclRefExpr()
[all …]
DSemaOverload.cpp11229 SourceLocation TemplateKWLoc = ULE->getTemplateKeywordLoc(); in BuildRecoveryCallExpr()
13053 ULE->getTemplateKeywordLoc(), in FixOverloadedFunctionReference()
13082 MemExpr->getTemplateKeywordLoc(), in FixOverloadedFunctionReference()
13117 MemExpr->getQualifierLoc(), MemExpr->getTemplateKeywordLoc(), Fn, Found, in FixOverloadedFunctionReference()
DSemaTemplateInstantiateDecl.cpp2785 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
DSemaExpr.cpp1762 VarSpec->getTemplateKeywordLoc(), D, in BuildDeclRefExpr()
/external/clang/lib/AST/
DDeclTemplate.cpp773 SourceLocation Begin = getTemplateKeywordLoc(); in getSourceRange()
DASTImporter.cpp5399 Importer.Import(E->getTemplateKeywordLoc()), in VisitDeclRefExpr()
5907 Importer.Import(E->getTemplateKeywordLoc()), in VisitMemberExpr()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1373 Record.AddSourceLocation(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
1422 Record.AddSourceLocation(D->getTemplateKeywordLoc()); in VisitVarTemplateSpecializationDecl()
DASTWriter.cpp648 Record.AddSourceLocation(TL.getTemplateKeywordLoc()); in VisitTemplateSpecializationTypeLoc()
676 Record.AddSourceLocation(TL.getTemplateKeywordLoc()); in VisitDependentTemplateSpecializationTypeLoc()
DASTWriterStmt.cpp578 Record.AddSourceLocation(E->getTemplateKeywordLoc()); in VisitMemberExpr()