Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeLoc.h1596 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
1642 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
1644 return SourceRange(getTemplateNameLoc(), getRAngleLoc()); in getLocalSourceRange()
2118 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
2376 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
2402 return SourceRange(getElaboratedKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
2404 return SourceRange(getQualifierLoc().getBeginLoc(), getRAngleLoc()); in getLocalSourceRange()
2406 return SourceRange(getTemplateKeywordLoc(), getRAngleLoc()); in getLocalSourceRange()
2408 return SourceRange(getTemplateNameLoc(), getRAngleLoc()); in getLocalSourceRange()
H A DTemplateBase.h581 SourceLocation getRAngleLoc() const { return RAngleLoc; }
633 SourceLocation getRAngleLoc() const { return RAngleLoc; }
H A DExprCXX.h3021 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
3160 return getRAngleLoc(); in getEndLoc()
3269 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
3315 return getRAngleLoc(); in getEndLoc()
3720 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
3773 return getRAngleLoc(); in getEndLoc()
3942 return getRAngleLoc(); in getEndLoc()
H A DDeclTemplate.h195 SourceLocation getRAngleLoc() const { return RAngleLoc; } in getRAngleLoc() function
742 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
H A DDeclObjC.h709 SourceLocation getRAngleLoc() const { return Brackets.getEnd(); } in getRAngleLoc() function
H A DExpr.h1354 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
3221 SourceLocation getRAngleLoc() const { in getRAngleLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTemplateBase.cpp620 RAngleLoc = Info.getRAngleLoc(); in ASTTemplateArgumentListInfo()
633 RAngleLoc = Info.getRAngleLoc(); in initializeFrom()
653 RAngleLoc = Info.getRAngleLoc(); in initializeFrom()
H A DASTImporter.cpp714 From.getLAngleLoc(), From.getRAngleLoc(), From.arguments(), Result); in ImportTemplateArgumentListInfo()
764 auto ToRAngleLocOrErr = import(From->getRAngleLoc()); in import()
3142 FromInfo->getLAngleLoc(), FromInfo->getRAngleLoc(), in ImportTemplateInformation()
4896 auto RAngleLocOrErr = import(list->getRAngleLoc()); in ImportObjCTypeParamList()
6666 ImportTemplateArgumentListInfo(E->getLAngleLoc(), E->getRAngleLoc(), in VisitDeclRefExpr()
7576 ImportTemplateArgumentListInfo(E->getLAngleLoc(), E->getRAngleLoc(), in VisitMemberExpr()
7644 ImportTemplateArgumentListInfo(E->getLAngleLoc(), E->getRAngleLoc(), in VisitCXXDependentScopeMemberExpr()
7674 auto ToRAngleLoc = importChecked(Err, E->getRAngleLoc()); in VisitDependentScopeDeclRefExpr()
7747 E->getLAngleLoc(), E->getRAngleLoc(), E->template_arguments(), in VisitUnresolvedLookupExpr()
H A DDeclTemplate.cpp1314 TemplateArgsInfo.setRAngleLoc(ArgsInfo.getRAngleLoc()); in setTemplateArgsInfo()
H A DExpr.cpp503 return getRAngleLoc(); in getEndLoc()
1683 EndLoc = getRAngleLoc(); in getEndLoc()
H A DDecl.cpp3868 : AngleLocs(TArgs.getLAngleLoc(), TArgs.getRAngleLoc()) { in DependentFunctionTemplateSpecializationInfo()
H A DASTContext.cpp4687 TL.setRAngleLoc(Args.getRAngleLoc()); in getTemplateSpecializationTypeInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1931 TemplateParams->getRAngleLoc(), TemplateParams->getRequiresClause()); in VisitFunctionDecl()
2089 Info->getRAngleLoc()); in VisitFunctionDecl()
2117 Info->getRAngleLoc()); in VisitFunctionDecl()
2274 TemplateParams->getRAngleLoc(), TemplateParams->getRequiresClause()); in VisitCXXMethodDecl()
2435 Info->getRAngleLoc()); in VisitCXXMethodDecl()
2462 Info->getRAngleLoc()); in VisitCXXMethodDecl()
2609 TC->getTemplateArgsAsWritten()->getRAngleLoc() : in VisitTemplateTypeParmDecl()
3499 Loc.getRAngleLoc()); in VisitClassTemplateSpecializationDecl()
3627 VarTemplateArgsInfo.setRAngleLoc(TemplateArgsInfo.getRAngleLoc()); in VisitVarTemplateSpecializationDecl()
3853 L->getRAngleLoc(), InstRequiresClause); in SubstTemplateParams()
H A DSemaTemplate.cpp47 return SourceRange(Ps[0]->getTemplateLoc(), Ps[N-1]->getRAngleLoc()); in getTemplateParamsRange()
1231 TemplateArgs ? TemplateArgs->getRAngleLoc() : SourceLocation(), in AttachTypeConstraint()
1266 TL.getNamedConcept(), TL.getLAngleLoc(), TL.getRAngleLoc(), in AttachTypeConstraint()
1644 << SourceRange(Params->getLAngleLoc(), Params->getRAngleLoc()); in ActOnTemplateTemplateParameter()
2190 InnerParams->getLAngleLoc(), AllParams, InnerParams->getRAngleLoc(), in transformConstructor()
3288 ParamLists[ParamIdx]->getRAngleLoc()) in MatchTemplateParametersToScopeSpecifier()
3381 ParamLists[ParamLists.size() - 2]->getRAngleLoc()); in MatchTemplateParametersToScopeSpecifier()
4704 TemplateArgs->getRAngleLoc()), in CheckConceptTemplateId()
5670 SourceLocation RAngleLoc = NewArgs.getRAngleLoc(); in CheckTemplateArgumentList()
5904 << SourceRange(NewArgs[ArgIdx].getLocation(), NewArgs.getRAngleLoc()); in CheckTemplateArgumentList()
[all …]
H A DTreeTransform.h6519 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc()); in TransformAutoType()
6557 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformAutoType()
6571 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc()); in TransformTemplateSpecializationType()
6599 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformTemplateSpecializationType()
6610 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformTemplateSpecializationType()
6626 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType()
6651 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType()
6669 NewTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType()
6890 NewTemplateArgs.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType()
6915 NamedTL.setRAngleLoc(TL.getRAngleLoc()); in TransformDependentTemplateSpecializationType()
[all …]
H A DSemaTemplateDeduction.cpp4687 TypeLoc.getRAngleLoc()); in CheckDeducedPlaceholderConstraints()
5664 P->getRAngleLoc()); in isTemplateTemplateParameterAtLeastAsSpecializedAs()
H A DSemaType.cpp3222 TemplateArgumentListInfo TAL(AutoLoc.getLAngleLoc(), AutoLoc.getRAngleLoc()); in InventTemplateParameter()
5904 assert(TL.getRAngleLoc() == OldTL.castAs<TemplateSpecializationTypeLoc>().getRAngleLoc()); in VisitTemplateSpecializationTypeLoc()
H A DSemaDeclCXX.cpp3382 TemplateParams->getRAngleLoc()); in ActOnCXXMemberDeclarator()
3389 TemplateParams->getRAngleLoc()); in ActOnCXXMemberDeclarator()
12636 TemplateParamLists[TemplateParamLists.size()-1]->getRAngleLoc()); in ActOnAliasDeclaration()
17929 ExplicitParams->getRAngleLoc(), in ActOnFinishFunctionDeclarationDeclarator()
H A DSemaDecl.cpp7037 TemplateParams->getRAngleLoc()); in ActOnVariableDeclarator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp171 Record.AddSourceLocation(typeParams->getRAngleLoc()); in AddObjCTypeParamList()
652 Record.AddSourceLocation(DFTSInfo->getRAngleLoc()); in VisitFunctionDecl()
H A DASTWriter.cpp380 Record.AddSourceLocation(TL.getRAngleLoc()); in VisitAutoTypeLoc()
423 Record.AddSourceLocation(TL.getRAngleLoc()); in VisitTemplateSpecializationTypeLoc()
460 Record.AddSourceLocation(TL.getRAngleLoc()); in VisitDependentTemplateSpecializationTypeLoc()
5422 AddSourceLocation(TemplateParams->getRAngleLoc()); in AddTemplateParameterList()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6730 SourceRange TemplateArgLoc(E->getLAngleLoc(), E->getRAngleLoc()); in clang_getCursorReferenceNameRange()