/external/clang/include/clang/AST/ |
D | TypeLoc.h | 1462 SourceLocation getRAngleLoc() const { in getRAngleLoc() function 1504 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange() 1506 return SourceRange(getTemplateNameLoc(), getRAngleLoc()); in getLocalSourceRange() 1892 SourceLocation getRAngleLoc() const { in getRAngleLoc() function 1916 return SourceRange(getElaboratedKeywordLoc(), getRAngleLoc()); in getLocalSourceRange() 1918 return SourceRange(getQualifierLoc().getBeginLoc(), getRAngleLoc()); in getLocalSourceRange() 1920 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange() 1922 return SourceRange(getTemplateNameLoc(), getRAngleLoc()); in getLocalSourceRange()
|
D | ExprCXX.h | 2560 SourceLocation getRAngleLoc() const { in getRAngleLoc() function 2710 return getRAngleLoc(); in getLocEnd() 2815 SourceLocation getRAngleLoc() const { in getRAngleLoc() function 2871 return getRAngleLoc(); in getLocEnd() 3240 SourceLocation getRAngleLoc() const { in getRAngleLoc() function 3308 return getRAngleLoc(); in getLocEnd() 3452 return getRAngleLoc(); in getLocEnd()
|
D | TemplateBase.h | 533 SourceLocation getRAngleLoc() const { return RAngleLoc; } in getRAngleLoc() function
|
D | DeclObjC.h | 678 SourceLocation getRAngleLoc() const { in getRAngleLoc() function 682 return SourceRange(getLAngleLoc(), getRAngleLoc()); in getSourceRange()
|
D | DeclTemplate.h | 134 SourceLocation getRAngleLoc() const { return RAngleLoc; } in LLVM_ALIGNAS() 616 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
|
D | Expr.h | 1112 SourceLocation getRAngleLoc() const { in getRAngleLoc() function 2517 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
|
/external/clang/lib/AST/ |
D | TemplateBase.cpp | 535 RAngleLoc = Info.getRAngleLoc(); in initializeFrom() 549 RAngleLoc = Info.getRAngleLoc(); in initializeFrom()
|
D | DeclTemplate.cpp | 1147 TemplateArgsInfo.setRAngleLoc(ArgsInfo.getRAngleLoc()); in setTemplateArgsInfo()
|
D | Expr.cpp | 445 return getRAngleLoc(); in getLocEnd() 1493 EndLoc = getRAngleLoc(); in getLocEnd()
|
D | Decl.cpp | 3148 : AngleLocs(TArgs.getLAngleLoc(), TArgs.getRAngleLoc()) { in DependentFunctionTemplateSpecializationInfo()
|
D | ASTImporter.cpp | 2148 Importer.Import(Params->getRAngleLoc())); in ImportTemplateParameterList() 3779 Importer.Import(list->getRAngleLoc())); in ImportObjCTypeParamList()
|
D | ASTContext.cpp | 3341 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 | 5401 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc()); in TransformTemplateSpecializationType() 5429 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformTemplateSpecializationType() 5440 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformTemplateSpecializationType() 5456 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType() 5481 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType() 5499 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType() 5690 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType() 5717 NamedTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType() 5733 SpecTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType() 5742 SpecTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType() [all …]
|
D | SemaTemplate.cpp | 43 return SourceRange(Ps[0]->getTemplateLoc(), Ps[N-1]->getRAngleLoc()); in getTemplateParamsRange() 770 << SourceRange(Params->getLAngleLoc(), Params->getRAngleLoc()); in ActOnTemplateTemplateParameter() 1871 ParamLists[ParamIdx]->getRAngleLoc()) in MatchTemplateParametersToScopeSpecifier() 1963 ParamLists[ParamLists.size() - 2]->getRAngleLoc()); in MatchTemplateParametersToScopeSpecifier() 3673 TemplateArgs.getRAngleLoc()); in diagnoseArityMismatch() 3755 SourceLocation RAngleLoc = NewArgs.getRAngleLoc(); in CheckTemplateArgumentList() 5657 << SourceRange(New->getTemplateLoc(), New->getRAngleLoc()); in DiagnoseTemplateParameterListArityMismatch() 5660 << SourceRange(Old->getTemplateLoc(), Old->getRAngleLoc()); in DiagnoseTemplateParameterListArityMismatch() 6226 TemplateParams->getRAngleLoc())) in ActOnClassTemplateSpecialization()
|
D | SemaTemplateInstantiateDecl.cpp | 1535 Info->getRAngleLoc()); in VisitFunctionDecl() 2519 Loc.getRAngleLoc()); in VisitClassTemplateSpecializationDecl() 2645 VarTemplateArgsInfo.setRAngleLoc(TemplateArgsInfo.getRAngleLoc()); in VisitVarTemplateSpecializationDecl() 2771 L->getRAngleLoc()); in SubstTemplateParams()
|
D | SemaType.cpp | 4586 assert(TL.getRAngleLoc() == OldTL.castAs<TemplateSpecializationTypeLoc>().getRAngleLoc()); in VisitTemplateSpecializationTypeLoc()
|
D | SemaDeclCXX.cpp | 2153 TemplateParams->getRAngleLoc()); in ActOnCXXMemberDeclarator() 2160 TemplateParams->getRAngleLoc()); in ActOnCXXMemberDeclarator() 8568 TemplateParamLists[TemplateParamLists.size()-1]->getRAngleLoc()); in ActOnAliasDeclaration()
|
D | SemaDecl.cpp | 5896 TemplateParams->getRAngleLoc()); in ActOnVariableDeclarator()
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 148 Writer.AddSourceLocation(typeParams->getRAngleLoc(), Record); in AddObjCTypeParamList() 571 Writer.AddSourceLocation(DFTSInfo->getRAngleLoc(), Record); in VisitFunctionDecl()
|
D | ASTWriter.cpp | 617 Writer.AddSourceLocation(TL.getRAngleLoc(), Record); in VisitTemplateSpecializationTypeLoc() 645 Writer.AddSourceLocation(TL.getRAngleLoc(), Record); in VisitDependentTemplateSpecializationTypeLoc() 5328 AddSourceLocation(TemplateParams->getRAngleLoc(), Record); in AddTemplateParameterList()
|
D | ASTWriterStmt.cpp | 568 Writer.AddSourceLocation(E->getRAngleLoc(), Record); in VisitMemberExpr()
|