Searched refs:getTemplateKeywordLoc (Results 1 – 15 of 15) 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 | 2546 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()
|
D | TemplateBase.h | 619 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
|
D | Expr.h | 1098 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()
|
D | DeclTemplate.h | 1754 SourceLocation getTemplateKeywordLoc() const { 2604 SourceLocation getTemplateKeywordLoc() const {
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 5426 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 …]
|
D | SemaOverload.cpp | 10999 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()
|
D | SemaTemplateInstantiateDecl.cpp | 2618 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
|
D | SemaOpenMP.cpp | 3157 SemaRef.Context, E->getQualifierLoc(), E->getTemplateKeywordLoc(), in TransformDeclRefExpr()
|
D | SemaExpr.cpp | 1700 VarSpec->getTemplateKeywordLoc(), D, in BuildDeclRefExpr()
|
/external/clang/lib/AST/ |
D | DeclTemplate.cpp | 802 SourceLocation Begin = getTemplateKeywordLoc(); in getSourceRange()
|
D | ASTImporter.cpp | 5055 Importer.Import(E->getTemplateKeywordLoc()), in VisitDeclRefExpr() 5298 Importer.Import(E->getTemplateKeywordLoc()), in VisitMemberExpr()
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 1332 Writer.AddSourceLocation(D->getTemplateKeywordLoc(), Record); in VisitClassTemplateSpecializationDecl() 1382 Writer.AddSourceLocation(D->getTemplateKeywordLoc(), Record); in VisitVarTemplateSpecializationDecl()
|
D | ASTWriterStmt.cpp | 54 Writer.AddSourceLocation(Args.getTemplateKeywordLoc(), Record); in AddTemplateKWAndArgsInfo() 564 Writer.AddSourceLocation(E->getTemplateKeywordLoc(), Record); in VisitMemberExpr()
|
D | ASTWriter.cpp | 614 Writer.AddSourceLocation(TL.getTemplateKeywordLoc(), Record); in VisitTemplateSpecializationTypeLoc() 642 Writer.AddSourceLocation(TL.getTemplateKeywordLoc(), Record); in VisitDependentTemplateSpecializationTypeLoc()
|