Home
last modified time | relevance | path

Searched refs:getRAngleLoc (Results 1 – 20 of 20) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DTypeLoc.h830 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
868 return SourceRange(getLAngleLoc(), getRAngleLoc()); in getLocalSourceRange()
1377 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
1419 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
1421 return SourceRange(getTemplateNameLoc(), getRAngleLoc()); in getLocalSourceRange()
1805 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
1829 return SourceRange(getElaboratedKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
1831 return SourceRange(getQualifierLoc().getBeginLoc(), getRAngleLoc()); in getLocalSourceRange()
1833 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
1835 return SourceRange(getTemplateNameLoc(), getRAngleLoc()); in getLocalSourceRange()
DExprCXX.h2595 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
2745 return getRAngleLoc(); in getLocEnd()
2847 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
2903 return getRAngleLoc(); in getLocEnd()
3268 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
3336 return getRAngleLoc(); in getLocEnd()
3478 return getRAngleLoc(); in getLocEnd()
DTemplateBase.h529 SourceLocation getRAngleLoc() const { return RAngleLoc; } in getRAngleLoc() function
DDeclTemplate.h128 SourceLocation getRAngleLoc() const { return RAngleLoc; } in getRAngleLoc() function
523 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
DExpr.h1058 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
2450 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DTemplateBase.cpp524 RAngleLoc = Info.getRAngleLoc(); in initializeFrom()
538 RAngleLoc = Info.getRAngleLoc(); in initializeFrom()
DDeclTemplate.cpp1150 TemplateArgsInfo.setRAngleLoc(ArgsInfo.getRAngleLoc()); in setTemplateArgsInfo()
DExpr.cpp476 return getRAngleLoc(); in getLocEnd()
1418 EndLoc = getRAngleLoc(); in getLocEnd()
DDecl.cpp2916 : AngleLocs(TArgs.getLAngleLoc(), TArgs.getRAngleLoc()) { in DependentFunctionTemplateSpecializationInfo()
DASTImporter.cpp2087 Importer.Import(Params->getRAngleLoc())); in ImportTemplateParameterList()
DASTContext.cpp3120 TL.setRAngleLoc(Args.getRAngleLoc()); in getTemplateSpecializationTypeInfo()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DTreeTransform.h4877 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc()); in TransformTemplateSpecializationType()
4905 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformTemplateSpecializationType()
4916 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformTemplateSpecializationType()
4932 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType()
4957 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType()
4975 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType()
5155 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType()
5182 NamedTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType()
5198 SpecTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType()
5207 SpecTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType()
[all …]
DSemaTemplate.cpp41 return SourceRange(Ps[0]->getTemplateLoc(), Ps[N-1]->getRAngleLoc()); in getTemplateParamsRange()
777 << SourceRange(Params->getLAngleLoc(), Params->getRAngleLoc()); in ActOnTemplateTemplateParameter()
1798 ParamLists[ParamIdx]->getRAngleLoc()) in MatchTemplateParametersToScopeSpecifier()
1884 ParamLists[ParamLists.size() - 2]->getRAngleLoc()); in MatchTemplateParametersToScopeSpecifier()
3513 TemplateArgs.getRAngleLoc()); in diagnoseArityMismatch()
3565 SourceLocation RAngleLoc = TemplateArgs.getRAngleLoc(); in CheckTemplateArgumentList()
5341 << SourceRange(New->getTemplateLoc(), New->getRAngleLoc()); in DiagnoseTemplateParameterListArityMismatch()
5344 << SourceRange(Old->getTemplateLoc(), Old->getRAngleLoc()); in DiagnoseTemplateParameterListArityMismatch()
5857 TemplateParams->getRAngleLoc())) in ActOnClassTemplateSpecialization()
DSemaTemplateInstantiateDecl.cpp1342 Info->getRAngleLoc()); in VisitFunctionDecl()
2344 Loc.getRAngleLoc()); in VisitClassTemplateSpecializationDecl()
2471 VarTemplateArgsInfo.setRAngleLoc(TemplateArgsInfo.getRAngleLoc()); in VisitVarTemplateSpecializationDecl()
2599 L->getRAngleLoc()); in SubstTemplateParams()
DSemaType.cpp3562 assert(TL.getRAngleLoc() == OldTL.castAs<TemplateSpecializationTypeLoc>().getRAngleLoc()); in VisitTemplateSpecializationTypeLoc()
DSemaDeclCXX.cpp2001 TemplateParams->getRAngleLoc()); in ActOnCXXMemberDeclarator()
2008 TemplateParams->getRAngleLoc()); in ActOnCXXMemberDeclarator()
7780 TemplateParamLists[TemplateParamLists.size()-1]->getRAngleLoc()); in ActOnAliasDeclaration()
DSemaDecl.cpp5121 TemplateParams->getRAngleLoc()); in ActOnVariableDeclarator()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriter.cpp581 Writer.AddSourceLocation(TL.getRAngleLoc(), Record); in VisitTemplateSpecializationTypeLoc()
609 Writer.AddSourceLocation(TL.getRAngleLoc(), Record); in VisitDependentTemplateSpecializationTypeLoc()
623 Writer.AddSourceLocation(TL.getRAngleLoc(), Record); in VisitObjCObjectTypeLoc()
4950 AddSourceLocation(TemplateParams->getRAngleLoc(), Record); in AddTemplateParameterList()
DASTWriterDecl.cpp411 Writer.AddSourceLocation(DFTSInfo->getRAngleLoc(), Record); in VisitFunctionDecl()
DASTWriterStmt.cpp542 Writer.AddSourceLocation(E->getRAngleLoc(), Record); in VisitMemberExpr()