Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTemplateBase.cpp619 LAngleLoc = Info.getLAngleLoc(); in ASTTemplateArgumentListInfo()
632 LAngleLoc = Info.getLAngleLoc(); in initializeFrom()
652 LAngleLoc = Info.getLAngleLoc(); in initializeFrom()
H A DASTImporter.cpp714 From.getLAngleLoc(), From.getRAngleLoc(), From.arguments(), Result); in ImportTemplateArgumentListInfo()
761 auto ToLAngleLocOrErr = import(From->getLAngleLoc()); in import()
3142 FromInfo->getLAngleLoc(), FromInfo->getRAngleLoc(), in ImportTemplateInformation()
4892 auto LAngleLocOrErr = import(list->getLAngleLoc()); 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()
7673 auto ToLAngleLoc = importChecked(Err, E->getLAngleLoc()); in VisitDependentScopeDeclRefExpr()
7747 E->getLAngleLoc(), E->getRAngleLoc(), E->template_arguments(), in VisitUnresolvedLookupExpr()
H A DDeclTemplate.cpp1313 TemplateArgsInfo.setLAngleLoc(ArgsInfo.getLAngleLoc()); in setTemplateArgsInfo()
H A DDecl.cpp3868 : AngleLocs(TArgs.getLAngleLoc(), TArgs.getRAngleLoc()) { in DependentFunctionTemplateSpecializationInfo()
H A DASTContext.cpp4686 TL.setLAngleLoc(Args.getLAngleLoc()); in getTemplateSpecializationTypeInfo()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTemplateBase.h580 SourceLocation getLAngleLoc() const { return LAngleLoc; }
632 SourceLocation getLAngleLoc() const { return LAngleLoc; }
H A DExprCXX.h3013 SourceLocation getLAngleLoc() const { in getLAngleLoc() function
3031 bool hasExplicitTemplateArgs() const { return getLAngleLoc().isValid(); } in hasExplicitTemplateArgs()
3261 SourceLocation getLAngleLoc() const { in getLAngleLoc() function
3279 bool hasExplicitTemplateArgs() const { return getLAngleLoc().isValid(); } in hasExplicitTemplateArgs()
3712 SourceLocation getLAngleLoc() const { in getLAngleLoc() function
3731 bool hasExplicitTemplateArgs() const { return getLAngleLoc().isValid(); } in hasExplicitTemplateArgs()
H A DTypeLoc.h1588 SourceLocation getLAngleLoc() const { in getLAngleLoc() function
2110 SourceLocation getLAngleLoc() const { in getLAngleLoc() function
2368 SourceLocation getLAngleLoc() const { in getLAngleLoc() function
H A DDeclTemplate.h194 SourceLocation getLAngleLoc() const { return LAngleLoc; } in getLAngleLoc() function
738 SourceLocation getLAngleLoc() const { in getLAngleLoc() function
H A DExpr.h1346 SourceLocation getLAngleLoc() const { in getLAngleLoc() function
1366 bool hasExplicitTemplateArgs() const { return getLAngleLoc().isValid(); } in hasExplicitTemplateArgs()
3213 SourceLocation getLAngleLoc() const { in getLAngleLoc() function
3232 bool hasExplicitTemplateArgs() const { return getLAngleLoc().isValid(); } in hasExplicitTemplateArgs()
H A DDeclObjC.h708 SourceLocation getLAngleLoc() const { return Brackets.getBegin(); } in getLAngleLoc() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp134 .getLAngleLoc() in EndLocationForType()
280 ? Expr->getLAngleLoc().getLocWithOffset(-1) in VisitDeclRefExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1930 TemplateParams->getLAngleLoc(), TemplateParams->asArray(), in VisitFunctionDecl()
2088 TemplateArgumentListInfo ExplicitArgs(Info->getLAngleLoc(), in VisitFunctionDecl()
2116 TemplateArgumentListInfo ExplicitArgs(Info->getLAngleLoc(), in VisitFunctionDecl()
2273 TemplateParams->getLAngleLoc(), TemplateParams->asArray(), in VisitCXXMethodDecl()
2434 TemplateArgumentListInfo ExplicitArgs(Info->getLAngleLoc(), in VisitCXXMethodDecl()
2461 TemplateArgumentListInfo ExplicitArgs(Info->getLAngleLoc(), in VisitCXXMethodDecl()
3498 TemplateArgumentListInfo InstTemplateArgs(Loc.getLAngleLoc(), in VisitClassTemplateSpecializationDecl()
3626 VarTemplateArgsInfo.setLAngleLoc(TemplateArgsInfo.getLAngleLoc()); in VisitVarTemplateSpecializationDecl()
3852 L->getLAngleLoc(), Params, in SubstTemplateParams()
H A DTreeTransform.h6518 NewTemplateArgs.setLAngleLoc(TL.getLAngleLoc()); in TransformAutoType()
6556 NewTL.setLAngleLoc(TL.getLAngleLoc()); in TransformAutoType()
6570 NewTemplateArgs.setLAngleLoc(TL.getLAngleLoc()); in TransformTemplateSpecializationType()
6598 NewTL.setLAngleLoc(TL.getLAngleLoc()); in TransformTemplateSpecializationType()
6609 NewTL.setLAngleLoc(TL.getLAngleLoc()); in TransformTemplateSpecializationType()
6625 NewTemplateArgs.setLAngleLoc(TL.getLAngleLoc()); in TransformDependentTemplateSpecializationType()
6650 NewTL.setLAngleLoc(TL.getLAngleLoc()); in TransformDependentTemplateSpecializationType()
6668 NewTL.setLAngleLoc(TL.getLAngleLoc()); in TransformDependentTemplateSpecializationType()
6889 NewTemplateArgs.setLAngleLoc(TL.getLAngleLoc()); in TransformDependentTemplateSpecializationType()
6914 NamedTL.setLAngleLoc(TL.getLAngleLoc()); in TransformDependentTemplateSpecializationType()
[all …]
H A DSemaTemplate.cpp1230 TemplateArgs ? TemplateArgs->getLAngleLoc() : 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()
3287 << SourceRange(ParamLists[ParamIdx]->getLAngleLoc(), in MatchTemplateParametersToScopeSpecifier()
H A DSemaDeclObjC.cpp1027 Diag(prevTypeParamList->getLAngleLoc(), diag::note_previous_decl) in ActOnStartClassInterface()
1858 Diag(typeParamList->getLAngleLoc(), in ActOnStartCategoryInterface()
H A DSemaTemplateDeduction.cpp4686 TemplateArgumentListInfo TemplateArgs(TypeLoc.getLAngleLoc(), in CheckDeducedPlaceholderConstraints()
5663 TemplateArgumentListInfo PArgList(P->getLAngleLoc(), in isTemplateTemplateParameterAtLeastAsSpecializedAs()
H A DSemaType.cpp3222 TemplateArgumentListInfo TAL(AutoLoc.getLAngleLoc(), AutoLoc.getRAngleLoc()); in InventTemplateParameter()
H A DSemaDeclCXX.cpp17928 ExplicitParams->getLAngleLoc(), FSI.TemplateParams, in ActOnFinishFunctionDeclarationDeclarator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp170 Record.AddSourceLocation(typeParams->getLAngleLoc()); in AddObjCTypeParamList()
651 Record.AddSourceLocation(DFTSInfo->getLAngleLoc()); in VisitFunctionDecl()
H A DASTWriter.cpp379 Record.AddSourceLocation(TL.getLAngleLoc()); in VisitAutoTypeLoc()
422 Record.AddSourceLocation(TL.getLAngleLoc()); in VisitTemplateSpecializationTypeLoc()
459 Record.AddSourceLocation(TL.getLAngleLoc()); in VisitDependentTemplateSpecializationTypeLoc()
5421 AddSourceLocation(TemplateParams->getLAngleLoc()); in AddTemplateParameterList()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6730 SourceRange TemplateArgLoc(E->getLAngleLoc(), E->getRAngleLoc()); in clang_getCursorReferenceNameRange()