Searched refs:getTemplateKeywordLoc (Results 1 – 13 of 13) sorted by relevance
/external/clang/include/clang/AST/ |
D | TypeLoc.h | 1448 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()
|
D | ExprCXX.h | 2603 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()
|
D | Expr.h | 1070 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()
|
D | DeclTemplate.h | 1754 SourceLocation getTemplateKeywordLoc() const { 2591 SourceLocation getTemplateKeywordLoc() const {
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 5591 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 …]
|
D | SemaOverload.cpp | 11229 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()
|
D | SemaTemplateInstantiateDecl.cpp | 2785 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
|
D | SemaExpr.cpp | 1762 VarSpec->getTemplateKeywordLoc(), D, in BuildDeclRefExpr()
|
/external/clang/lib/AST/ |
D | DeclTemplate.cpp | 773 SourceLocation Begin = getTemplateKeywordLoc(); in getSourceRange()
|
D | ASTImporter.cpp | 5399 Importer.Import(E->getTemplateKeywordLoc()), in VisitDeclRefExpr() 5907 Importer.Import(E->getTemplateKeywordLoc()), in VisitMemberExpr()
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 1373 Record.AddSourceLocation(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl() 1422 Record.AddSourceLocation(D->getTemplateKeywordLoc()); in VisitVarTemplateSpecializationDecl()
|
D | ASTWriter.cpp | 648 Record.AddSourceLocation(TL.getTemplateKeywordLoc()); in VisitTemplateSpecializationTypeLoc() 676 Record.AddSourceLocation(TL.getTemplateKeywordLoc()); in VisitDependentTemplateSpecializationTypeLoc()
|
D | ASTWriterStmt.cpp | 578 Record.AddSourceLocation(E->getTemplateKeywordLoc()); in VisitMemberExpr()
|