Searched refs:getTemplateKeywordLoc (Results 1 – 14 of 14) sorted by relevance
/minix/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | TypeLoc.h | 1366 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()
|
H A D | ExprCXX.h | 2407 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 2409 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc() 2427 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() 2659 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 2661 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc() 2679 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() 3081 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 3083 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc() 3101 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
|
H A D | TemplateBase.h | 618 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function
|
H A D | Expr.h | 1069 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 1071 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc() 1090 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword() 2474 SourceLocation getTemplateKeywordLoc() const { in getTemplateKeywordLoc() function 2476 return getTemplateKWAndArgsInfo()->getTemplateKeywordLoc(); in getTemplateKeywordLoc() 2494 bool hasTemplateKeyword() const { return getTemplateKeywordLoc().isValid(); } in hasTemplateKeyword()
|
H A D | DeclTemplate.h | 1622 SourceLocation getTemplateKeywordLoc() const { 2481 SourceLocation getTemplateKeywordLoc() const {
|
/minix/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | TreeTransform.h | 5217 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType() 5228 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformTemplateSpecializationType() 5269 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 5287 NewTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 5494 NamedTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 5510 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 5519 SpecTL.setTemplateKeywordLoc(TL.getTemplateKeywordLoc()); in TransformDependentTemplateSpecializationType() 7610 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc(); in TransformMemberExpr() 8704 SourceLocation TemplateKWLoc = Old->getTemplateKeywordLoc(); in TransformUnresolvedLookupExpr() 8944 SourceLocation TemplateKWLoc = E->getTemplateKeywordLoc(); in TransformDependentScopeDeclRefExpr() [all …]
|
H A D | SemaOverload.cpp | 10616 SourceLocation TemplateKWLoc = ULE->getTemplateKeywordLoc(); in BuildRecoveryCallExpr() 12381 ULE->getTemplateKeywordLoc(), in FixOverloadedFunctionReference() 12410 MemExpr->getTemplateKeywordLoc(), in FixOverloadedFunctionReference() 12446 MemExpr->getTemplateKeywordLoc(), in FixOverloadedFunctionReference()
|
H A D | SemaTemplateInstantiateDecl.cpp | 2549 InstD->setTemplateKeywordLoc(D->getTemplateKeywordLoc()); in VisitClassTemplateSpecializationDecl()
|
H A D | SemaExpr.cpp | 1621 VarSpec->getTemplateKeywordLoc(), D, in BuildDeclRefExpr() 1796 ULE->getTemplateKeywordLoc(), nullptr, in DiagnoseEmptyLookup()
|
/minix/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 760 SourceLocation Begin = getTemplateKeywordLoc(); in getSourceRange()
|
H A D | ASTImporter.cpp | 4407 Importer.Import(E->getTemplateKeywordLoc()), in VisitDeclRefExpr()
|
/minix/external/bsd/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriterDecl.cpp | 1224 Writer.AddSourceLocation(D->getTemplateKeywordLoc(), Record); in VisitClassTemplateSpecializationDecl() 1290 Writer.AddSourceLocation(D->getTemplateKeywordLoc(), Record); in VisitVarTemplateSpecializationDecl()
|
H A D | ASTWriterStmt.cpp | 54 Writer.AddSourceLocation(Args.getTemplateKeywordLoc(), Record); in AddTemplateKWAndArgsInfo() 534 Writer.AddSourceLocation(E->getTemplateKeywordLoc(), Record); in VisitMemberExpr()
|
H A D | ASTWriter.cpp | 607 Writer.AddSourceLocation(TL.getTemplateKeywordLoc(), Record); in VisitTemplateSpecializationTypeLoc() 635 Writer.AddSourceLocation(TL.getTemplateKeywordLoc(), Record); in VisitDependentTemplateSpecializationTypeLoc()
|