/external/clang/include/clang/AST/ |
D | TypeLoc.h | 830 SourceLocation getRAngleLoc() const { in getRAngleLoc() function 868 return SourceRange(getLAngleLoc(), getRAngleLoc()); in getLocalSourceRange() 1380 SourceLocation getRAngleLoc() const { in getRAngleLoc() function 1422 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange() 1424 return SourceRange(getTemplateNameLoc(), getRAngleLoc()); in getLocalSourceRange() 1810 SourceLocation getRAngleLoc() const { in getRAngleLoc() function 1834 return SourceRange(getElaboratedKeywordLoc(), getRAngleLoc()); in getLocalSourceRange() 1836 return SourceRange(getQualifierLoc().getBeginLoc(), getRAngleLoc()); in getLocalSourceRange() 1838 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange() 1840 return SourceRange(getTemplateNameLoc(), getRAngleLoc()); in getLocalSourceRange()
|
D | ExprCXX.h | 2431 SourceLocation getRAngleLoc() const { in getRAngleLoc() function 2581 return getRAngleLoc(); in getLocEnd() 2683 SourceLocation getRAngleLoc() const { in getRAngleLoc() function 2739 return getRAngleLoc(); in getLocEnd() 3105 SourceLocation getRAngleLoc() const { in getRAngleLoc() function 3173 return getRAngleLoc(); in getLocEnd() 3315 return getRAngleLoc(); in getLocEnd()
|
D | TemplateBase.h | 536 SourceLocation getRAngleLoc() const { return RAngleLoc; } in getRAngleLoc() function
|
D | DeclTemplate.h | 128 SourceLocation getRAngleLoc() const { return RAngleLoc; } in getRAngleLoc() function 524 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
|
D | Expr.h | 1083 SourceLocation getRAngleLoc() const { in getRAngleLoc() function 2478 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
|
/external/clang/lib/AST/ |
D | TemplateBase.cpp | 537 RAngleLoc = Info.getRAngleLoc(); in initializeFrom() 551 RAngleLoc = Info.getRAngleLoc(); in initializeFrom()
|
D | DeclTemplate.cpp | 1126 TemplateArgsInfo.setRAngleLoc(ArgsInfo.getRAngleLoc()); in setTemplateArgsInfo()
|
D | Expr.cpp | 437 return getRAngleLoc(); in getLocEnd() 1456 EndLoc = getRAngleLoc(); in getLocEnd()
|
D | Decl.cpp | 3116 : AngleLocs(TArgs.getLAngleLoc(), TArgs.getRAngleLoc()) { in DependentFunctionTemplateSpecializationInfo()
|
D | ASTImporter.cpp | 2094 Importer.Import(Params->getRAngleLoc())); in ImportTemplateParameterList()
|
D | ASTContext.cpp | 3219 TL.setRAngleLoc(Args.getRAngleLoc()); in getTemplateSpecializationTypeInfo()
|
/external/clang/unittests/AST/ |
D | SourceLocationTest.cpp | 208 return SourceRange(T.getLAngleLoc(), T.getRAngleLoc()); in getRange()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 5215 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc()); in TransformTemplateSpecializationType() 5243 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformTemplateSpecializationType() 5254 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformTemplateSpecializationType() 5270 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType() 5295 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType() 5313 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType() 5493 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType() 5520 NamedTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType() 5536 SpecTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType() 5545 SpecTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType() [all …]
|
D | SemaTemplate.cpp | 43 return SourceRange(Ps[0]->getTemplateLoc(), Ps[N-1]->getRAngleLoc()); in getTemplateParamsRange() 769 << SourceRange(Params->getLAngleLoc(), Params->getRAngleLoc()); in ActOnTemplateTemplateParameter() 1859 ParamLists[ParamIdx]->getRAngleLoc()) in MatchTemplateParametersToScopeSpecifier() 1951 ParamLists[ParamLists.size() - 2]->getRAngleLoc()); in MatchTemplateParametersToScopeSpecifier() 3623 TemplateArgs.getRAngleLoc()); in diagnoseArityMismatch() 3676 SourceLocation RAngleLoc = NewArgs.getRAngleLoc(); in CheckTemplateArgumentList() 5577 << SourceRange(New->getTemplateLoc(), New->getRAngleLoc()); in DiagnoseTemplateParameterListArityMismatch() 5580 << SourceRange(Old->getTemplateLoc(), Old->getRAngleLoc()); in DiagnoseTemplateParameterListArityMismatch() 6144 TemplateParams->getRAngleLoc())) in ActOnClassTemplateSpecialization()
|
D | SemaTemplateInstantiateDecl.cpp | 1470 Info->getRAngleLoc()); in VisitFunctionDecl() 2455 Loc.getRAngleLoc()); in VisitClassTemplateSpecializationDecl() 2581 VarTemplateArgsInfo.setRAngleLoc(TemplateArgsInfo.getRAngleLoc()); in VisitVarTemplateSpecializationDecl() 2708 L->getRAngleLoc()); in SubstTemplateParams()
|
D | SemaType.cpp | 3595 assert(TL.getRAngleLoc() == OldTL.castAs<TemplateSpecializationTypeLoc>().getRAngleLoc()); in VisitTemplateSpecializationTypeLoc()
|
D | SemaDeclCXX.cpp | 2173 TemplateParams->getRAngleLoc()); in ActOnCXXMemberDeclarator() 2180 TemplateParams->getRAngleLoc()); in ActOnCXXMemberDeclarator() 8553 TemplateParamLists[TemplateParamLists.size()-1]->getRAngleLoc()); in ActOnAliasDeclaration()
|
D | SemaDecl.cpp | 5666 TemplateParams->getRAngleLoc()); in ActOnVariableDeclarator()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 610 Writer.AddSourceLocation(TL.getRAngleLoc(), Record); in VisitTemplateSpecializationTypeLoc() 638 Writer.AddSourceLocation(TL.getRAngleLoc(), Record); in VisitDependentTemplateSpecializationTypeLoc() 652 Writer.AddSourceLocation(TL.getRAngleLoc(), Record); in VisitObjCObjectTypeLoc() 5492 AddSourceLocation(TemplateParams->getRAngleLoc(), Record); in AddTemplateParameterList()
|
D | ASTWriterDecl.cpp | 507 Writer.AddSourceLocation(DFTSInfo->getRAngleLoc(), Record); in VisitFunctionDecl()
|
D | ASTWriterStmt.cpp | 538 Writer.AddSourceLocation(E->getRAngleLoc(), Record); in VisitMemberExpr()
|