/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() 1808 SourceLocation getRAngleLoc() const { in getRAngleLoc() function 1832 return SourceRange(getElaboratedKeywordLoc(), getRAngleLoc()); in getLocalSourceRange() 1834 return SourceRange(getQualifierLoc().getBeginLoc(), getRAngleLoc()); in getLocalSourceRange() 1836 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange() 1838 return SourceRange(getTemplateNameLoc(), getRAngleLoc()); in getLocalSourceRange()
|
D | ExprCXX.h | 2391 SourceLocation getRAngleLoc() const { in getRAngleLoc() function 2541 return getRAngleLoc(); in getLocEnd() 2643 SourceLocation getRAngleLoc() const { in getRAngleLoc() function 2699 return getRAngleLoc(); in getLocEnd() 3064 SourceLocation getRAngleLoc() const { in getRAngleLoc() function 3132 return getRAngleLoc(); in getLocEnd() 3274 return getRAngleLoc(); in getLocEnd()
|
D | TemplateBase.h | 531 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 | 1076 SourceLocation getRAngleLoc() const { in getRAngleLoc() function 2476 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
|
/external/clang/lib/AST/ |
D | TemplateBase.cpp | 526 RAngleLoc = Info.getRAngleLoc(); in initializeFrom() 540 RAngleLoc = Info.getRAngleLoc(); in initializeFrom()
|
D | DeclTemplate.cpp | 1110 TemplateArgsInfo.setRAngleLoc(ArgsInfo.getRAngleLoc()); in setTemplateArgsInfo()
|
D | Expr.cpp | 447 return getRAngleLoc(); in getLocEnd() 1406 EndLoc = getRAngleLoc(); in getLocEnd()
|
D | Decl.cpp | 3054 : AngleLocs(TArgs.getLAngleLoc(), TArgs.getRAngleLoc()) { in DependentFunctionTemplateSpecializationInfo()
|
D | ASTImporter.cpp | 2072 Importer.Import(Params->getRAngleLoc())); in ImportTemplateParameterList()
|
D | ASTContext.cpp | 3142 TL.setRAngleLoc(Args.getRAngleLoc()); in getTemplateSpecializationTypeInfo()
|
/external/clang/unittests/AST/ |
D | SourceLocationTest.cpp | 164 return SourceRange(T.getLAngleLoc(), T.getRAngleLoc()); in getRange()
|
/external/clang/lib/Sema/ |
D | TreeTransform.h | 4978 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc()); in TransformTemplateSpecializationType() 5006 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformTemplateSpecializationType() 5017 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformTemplateSpecializationType() 5033 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType() 5058 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType() 5076 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType() 5256 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType() 5283 NamedTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType() 5299 SpecTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType() 5308 SpecTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType() [all …]
|
D | SemaTemplate.cpp | 42 return SourceRange(Ps[0]->getTemplateLoc(), Ps[N-1]->getRAngleLoc()); in getTemplateParamsRange() 772 << SourceRange(Params->getLAngleLoc(), Params->getRAngleLoc()); in ActOnTemplateTemplateParameter() 1841 ParamLists[ParamIdx]->getRAngleLoc()) in MatchTemplateParametersToScopeSpecifier() 1933 ParamLists[ParamLists.size() - 2]->getRAngleLoc()); in MatchTemplateParametersToScopeSpecifier() 3598 TemplateArgs.getRAngleLoc()); in diagnoseArityMismatch() 3646 SourceLocation RAngleLoc = TemplateArgs.getRAngleLoc(); in CheckTemplateArgumentList() 5456 << SourceRange(New->getTemplateLoc(), New->getRAngleLoc()); in DiagnoseTemplateParameterListArityMismatch() 5459 << SourceRange(Old->getTemplateLoc(), Old->getRAngleLoc()); in DiagnoseTemplateParameterListArityMismatch() 6021 TemplateParams->getRAngleLoc())) in ActOnClassTemplateSpecialization()
|
D | SemaTemplateInstantiateDecl.cpp | 1382 Info->getRAngleLoc()); in VisitFunctionDecl() 2364 Loc.getRAngleLoc()); in VisitClassTemplateSpecializationDecl() 2490 VarTemplateArgsInfo.setRAngleLoc(TemplateArgsInfo.getRAngleLoc()); in VisitVarTemplateSpecializationDecl() 2617 L->getRAngleLoc()); in SubstTemplateParams()
|
D | SemaType.cpp | 3545 assert(TL.getRAngleLoc() == OldTL.castAs<TemplateSpecializationTypeLoc>().getRAngleLoc()); in VisitTemplateSpecializationTypeLoc()
|
D | SemaDeclCXX.cpp | 2081 TemplateParams->getRAngleLoc()); in ActOnCXXMemberDeclarator() 2088 TemplateParams->getRAngleLoc()); in ActOnCXXMemberDeclarator() 8108 TemplateParamLists[TemplateParamLists.size()-1]->getRAngleLoc()); in ActOnAliasDeclaration()
|
D | SemaDecl.cpp | 5402 TemplateParams->getRAngleLoc()); in ActOnVariableDeclarator()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 597 Writer.AddSourceLocation(TL.getRAngleLoc(), Record); in VisitTemplateSpecializationTypeLoc() 625 Writer.AddSourceLocation(TL.getRAngleLoc(), Record); in VisitDependentTemplateSpecializationTypeLoc() 639 Writer.AddSourceLocation(TL.getRAngleLoc(), Record); in VisitObjCObjectTypeLoc() 5208 AddSourceLocation(TemplateParams->getRAngleLoc(), Record); in AddTemplateParameterList()
|
D | ASTWriterDecl.cpp | 437 Writer.AddSourceLocation(DFTSInfo->getRAngleLoc(), Record); in VisitFunctionDecl()
|
D | ASTWriterStmt.cpp | 537 Writer.AddSourceLocation(E->getRAngleLoc(), Record); in VisitMemberExpr()
|