Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDTemplateBase.cpp574 RAngleLoc = Info.getRAngleLoc(); in ASTTemplateArgumentListInfo()
587 RAngleLoc = Info.getRAngleLoc(); in initializeFrom()
608 RAngleLoc = Info.getRAngleLoc(); in initializeFrom()
HDASTImporter.cpp722 From.getLAngleLoc(), From.getRAngleLoc(), From.arguments(), Result); in ImportTemplateArgumentListInfo()
772 auto ToRAngleLocOrErr = import(From->getRAngleLoc()); in import()
3054 FromInfo->getLAngleLoc(), FromInfo->getRAngleLoc(), in ImportTemplateInformation()
4750 auto RAngleLocOrErr = import(list->getRAngleLoc()); in ImportObjCTypeParamList()
6481 ImportTemplateArgumentListInfo(E->getLAngleLoc(), E->getRAngleLoc(), in VisitDeclRefExpr()
7444 E->getMemberNameInfo().getLoc(), E->getLAngleLoc(), E->getRAngleLoc()); in VisitMemberExpr()
7460 ImportTemplateArgumentListInfo(E->getLAngleLoc(), E->getRAngleLoc(), in VisitMemberExpr()
7535 E->getLAngleLoc(), E->getRAngleLoc(), E->template_arguments(), in VisitCXXDependentScopeMemberExpr()
7561 E->getLAngleLoc(), E->getRAngleLoc()); in VisitDependentScopeDeclRefExpr()
7639 E->getLAngleLoc(), E->getRAngleLoc(), E->template_arguments(), in VisitUnresolvedLookupExpr()
HDDeclTemplate.cpp1281 TemplateArgsInfo.setRAngleLoc(ArgsInfo.getRAngleLoc()); in setTemplateArgsInfo()
HDExpr.cpp608 return getRAngleLoc(); in getEndLoc()
1768 EndLoc = getRAngleLoc(); in getEndLoc()
HDDecl.cpp3743 : AngleLocs(TArgs.getLAngleLoc(), TArgs.getRAngleLoc()) { in DependentFunctionTemplateSpecializationInfo()
HDASTContext.cpp4320 TL.setRAngleLoc(Args.getRAngleLoc()); in getTemplateSpecializationTypeInfo()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDTypeLoc.h1596 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
1642 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
1644 return SourceRange(getTemplateNameLoc(), getRAngleLoc()); in getLocalSourceRange()
2006 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
2264 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
2290 return SourceRange(getElaboratedKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
2292 return SourceRange(getQualifierLoc().getBeginLoc(), getRAngleLoc()); in getLocalSourceRange()
2294 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
2296 return SourceRange(getTemplateNameLoc(), getRAngleLoc()); in getLocalSourceRange()
HDTemplateBase.h571 SourceLocation getRAngleLoc() const { return RAngleLoc; } in getRAngleLoc() function
623 SourceLocation getRAngleLoc() const { return RAngleLoc; } in getRAngleLoc() function
HDExprCXX.h2985 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
3124 return getRAngleLoc(); in getEndLoc()
3233 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
3279 return getRAngleLoc(); in getEndLoc()
3681 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
3734 return getRAngleLoc(); in getEndLoc()
3903 return getRAngleLoc(); in getEndLoc()
HDDeclObjC.h716 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
721 return SourceRange(getLAngleLoc(), getRAngleLoc()); in getSourceRange()
HDDeclTemplate.h197 SourceLocation getRAngleLoc() const { return RAngleLoc; } in getRAngleLoc() function
745 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
HDExpr.h1316 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
2969 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp1853 TemplateParams->getRAngleLoc(), TemplateParams->getRequiresClause()); in VisitFunctionDecl()
2008 Info->getRAngleLoc()); in VisitFunctionDecl()
2036 Info->getRAngleLoc()); in VisitFunctionDecl()
2210 TemplateParams->getRAngleLoc(), TemplateParams->getRequiresClause()); in VisitCXXMethodDecl()
2371 Info->getRAngleLoc()); in VisitCXXMethodDecl()
2398 Info->getRAngleLoc()); in VisitCXXMethodDecl()
2546 TC->getTemplateArgsAsWritten()->getRAngleLoc() : in VisitTemplateTypeParmDecl()
3445 Loc.getRAngleLoc()); in VisitClassTemplateSpecializationDecl()
3573 VarTemplateArgsInfo.setRAngleLoc(TemplateArgsInfo.getRAngleLoc()); in VisitVarTemplateSpecializationDecl()
3791 L->getRAngleLoc(), InstRequiresClause); in SubstTemplateParams()
HDSemaTemplate.cpp46 return SourceRange(Ps[0]->getTemplateLoc(), Ps[N-1]->getRAngleLoc()); in getTemplateParamsRange()
1203 TemplateArgs ? TemplateArgs->getRAngleLoc() : SourceLocation(), in AttachTypeConstraint()
1238 TL.getNamedConcept(), TL.getLAngleLoc(), TL.getRAngleLoc(), in AttachTypeConstraint()
1503 << SourceRange(Params->getLAngleLoc(), Params->getRAngleLoc()); in ActOnTemplateTemplateParameter()
2015 InnerParams->getLAngleLoc(), AllParams, InnerParams->getRAngleLoc(), in transformConstructor()
3098 ParamLists[ParamIdx]->getRAngleLoc()) in MatchTemplateParametersToScopeSpecifier()
3191 ParamLists[ParamLists.size() - 2]->getRAngleLoc()); in MatchTemplateParametersToScopeSpecifier()
4514 TemplateArgs->getRAngleLoc()), in CheckConceptTemplateId()
5490 SourceLocation RAngleLoc = NewArgs.getRAngleLoc(); in CheckTemplateArgumentList()
5723 << SourceRange(NewArgs[ArgIdx].getLocation(), NewArgs.getRAngleLoc()); in CheckTemplateArgumentList()
[all …]
HDTreeTransform.h6114 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc()); in TransformAutoType()
6151 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformAutoType()
6165 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc()); in TransformTemplateSpecializationType()
6193 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformTemplateSpecializationType()
6204 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformTemplateSpecializationType()
6220 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType()
6245 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType()
6263 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType()
6484 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType()
6509 NamedTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType()
[all …]
HDSemaTemplateDeduction.cpp4478 TypeLoc.getRAngleLoc()); in CheckDeducedPlaceholderConstraints()
5423 P->getRAngleLoc()); in isTemplateTemplateParameterAtLeastAsSpecializedAs()
HDSemaType.cpp2962 TemplateArgumentListInfo TAL(AutoLoc.getLAngleLoc(), AutoLoc.getRAngleLoc()); in CopyTypeConstraintFromAutoType()
5628 assert(TL.getRAngleLoc() == OldTL.castAs<TemplateSpecializationTypeLoc>().getRAngleLoc()); in VisitTemplateSpecializationTypeLoc()
HDSemaDeclCXX.cpp3310 TemplateParams->getRAngleLoc()); in ActOnCXXMemberDeclarator()
3317 TemplateParams->getRAngleLoc()); in ActOnCXXMemberDeclarator()
12232 TemplateParamLists[TemplateParamLists.size()-1]->getRAngleLoc()); in ActOnAliasDeclaration()
17465 ExplicitParams->getRAngleLoc(), in ActOnFinishFunctionDeclarationDeclarator()
HDSemaDecl.cpp6803 TemplateParams->getRAngleLoc()); in ActOnVariableDeclarator()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp170 Record.AddSourceLocation(typeParams->getRAngleLoc()); in AddObjCTypeParamList()
652 Record.AddSourceLocation(DFTSInfo->getRAngleLoc()); in VisitFunctionDecl()
HDASTWriter.cpp359 Record.AddSourceLocation(TL.getRAngleLoc()); in VisitAutoTypeLoc()
402 Record.AddSourceLocation(TL.getRAngleLoc()); in VisitTemplateSpecializationTypeLoc()
439 Record.AddSourceLocation(TL.getRAngleLoc()); in VisitDependentTemplateSpecializationTypeLoc()
5477 AddSourceLocation(TemplateParams->getRAngleLoc()); in AddTemplateParameterList()