Searched refs:getTemplateKeywordLoc (Results 1 – 14 of 14) sorted by relevance
/external/clang/include/clang/AST/ |
D | TypeLoc.h | 1366 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 1421 if (getTemplateKeywordLoc().isValid()) in getLocalSourceRange() 1422 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange() 1787 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 1835 else if (getTemplateKeywordLoc().isValid()) in getLocalSourceRange() 1836 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
|
D | ExprCXX.h | 2377 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 2379 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc() 2397 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() 2629 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 2631 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc() 2649 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() 3050 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 3052 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc() 3070 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
|
D | TemplateBase.h | 613 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
|
D | Expr.h | 1062 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 1064 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc() 1083 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() 2462 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 2464 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc() 2482 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
|
D | DeclTemplate.h | 1622 SourceLocation getTemplateKeywordLoc() const { 2481 SourceLocation getTemplateKeywordLoc() const {
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 5003 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType() 5014 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType() 5055 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 5073 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 5280 NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 5296 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 5305 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 7137 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc(); in TransformMemberExpr() 8235 SourceLocation TemplateKWLoc = Old->getTemplateKeywordLoc(); in TransformUnresolvedLookupExpr() 8475 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc(); in TransformDependentScopeDeclRefExpr() [all …]
|
D | SemaOverload.cpp | 10447 SourceLocation TemplateKWLoc = ULE->getTemplateKeywordLoc(); in BuildRecoveryCallExpr() 12191 ULE->getTemplateKeywordLoc(), in FixOverloadedFunctionReference() 12220 MemExpr->getTemplateKeywordLoc(), in FixOverloadedFunctionReference() 12256 MemExpr->getTemplateKeywordLoc(), in FixOverloadedFunctionReference()
|
D | SemaTemplateInstantiateDecl.cpp | 2463 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
|
D | SemaExpr.cpp | 1664 VarSpec->getTemplateKeywordLoc(), D, refersToEnclosingScope, in BuildDeclRefExpr() 1803 ULE->getTemplateKeywordLoc(), nullptr, in DiagnoseEmptyLookup()
|
/external/clang/lib/AST/ |
D | DeclTemplate.cpp | 760 SourceLocation Begin = getTemplateKeywordLoc(); in getSourceRange()
|
D | ASTImporter.cpp | 4372 Importer.Import(E->getTemplateKeywordLoc()), in VisitDeclRefExpr()
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 1192 Writer.AddSourceLocation(D->getTemplateKeywordLoc(), Record); in VisitClassTemplateSpecializationDecl() 1258 Writer.AddSourceLocation(D->getTemplateKeywordLoc(), Record); in VisitVarTemplateSpecializationDecl()
|
D | ASTWriterStmt.cpp | 54 Writer.AddSourceLocation(Args.getTemplateKeywordLoc(), Record); in AddTemplateKWAndArgsInfo() 533 Writer.AddSourceLocation(E->getTemplateKeywordLoc(), Record); in VisitMemberExpr()
|
D | ASTWriter.cpp | 594 Writer.AddSourceLocation(TL.getTemplateKeywordLoc(), Record); in VisitTemplateSpecializationTypeLoc() 622 Writer.AddSourceLocation(TL.getTemplateKeywordLoc(), Record); in VisitDependentTemplateSpecializationTypeLoc()
|