Home
last modified time | relevance | path

Searched refs:RAngleLoc (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedTemplate.h183 SourceLocation RAngleLoc; member
203 SourceLocation LAngleLoc, SourceLocation RAngleLoc, in Create()
210 LAngleLoc, RAngleLoc, TemplateArgs, ArgsInvalid); in Create()
244 SourceLocation LAngleLoc, SourceLocation RAngleLoc, in TemplateIdAnnotation()
249 Kind(TemplateKind), LAngleLoc(LAngleLoc), RAngleLoc(RAngleLoc), in TemplateIdAnnotation()
H A DSema.h6521 SourceLocation RAngleLoc,
6644 SourceLocation RAngleLoc,
7506 SourceLocation RAngleLoc,
7566 ASTTemplateArgsPtr TemplateArgs, SourceLocation RAngleLoc,
7580 SourceLocation RAngleLoc);
7672 SourceLocation RAngleLoc, const ParsedAttributesView &Attr);
7689 SourceLocation RAngleLoc,
7715 SourceLocation RAngleLoc,
7858 SourceLocation RAngleLoc);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTemplate.cpp126 SourceLocation LAngleLoc, RAngleLoc; in ParseTemplateDeclarationOrSpecialization() local
130 TemplateParams, LAngleLoc, RAngleLoc)) { in ParseTemplateDeclarationOrSpecialization()
159 TemplateParams, RAngleLoc, OptionalRequiresClauseConstraintER.get())); in ParseTemplateDeclarationOrSpecialization()
441 SourceLocation &RAngleLoc) { in ParseTemplateParameters() argument
463 RAngleLoc = Tok.getLocation(); in ParseTemplateParameters()
465 } else if (!TryConsumeToken(tok::greater, RAngleLoc) && Failed) { in ParseTemplateParameters()
861 SourceLocation LAngleLoc, RAngleLoc; in ParseTemplateTemplateParameter() local
865 LAngleLoc, RAngleLoc)) { in ParseTemplateTemplateParameter()
930 RAngleLoc, nullptr); in ParseTemplateTemplateParameter()
1045 SourceLocation &RAngleLoc, in ParseGreaterThanInTemplateList() argument
[all …]
H A DParseExprCXX.cpp366 TemplateId->RAngleLoc, in ParseOptionalCXXScopeSpecifier()
1281 SourceLocation LAngleLoc, RAngleLoc; in ParseLambdaExpressionAfterIntroducer() local
1284 TemplateParams, LAngleLoc, RAngleLoc)) { in ParseLambdaExpressionAfterIntroducer()
1290 Diag(RAngleLoc, in ParseLambdaExpressionAfterIntroducer()
1303 LAngleLoc, TemplateParams, RAngleLoc, RequiresClause); in ParseLambdaExpressionAfterIntroducer()
2423 SourceLocation LAngleLoc, RAngleLoc; in ParseUnqualifiedIdTemplateId() local
2426 RAngleLoc)) in ParseUnqualifiedIdTemplateId()
2450 LAngleLoc, RAngleLoc, TemplateArgs, /*ArgsInvalid*/false, TemplateIds); in ParseUnqualifiedIdTemplateId()
2462 TemplateArgsPtr, RAngleLoc, /*IsCtorOrDtorName=*/true); in ParseUnqualifiedIdTemplateId()
2467 Id.setConstructorName(Type.get(), NameLoc, RAngleLoc); in ParseUnqualifiedIdTemplateId()
[all …]
H A DParseDeclCXX.cpp807 D.Name.TemplateId->RAngleLoc); in ParseAliasDeclarationAfterDeclarator()
1633 SourceLocation LAngleLoc, RAngleLoc; in ParseClassSpecifier() local
1635 RAngleLoc)) { in ParseClassSpecifier()
1638 LAngleLoc = RAngleLoc = SourceLocation(); in ParseClassSpecifier()
1641 Name, NameLoc, SourceRange(LAngleLoc, RAngleLoc), false); in ParseClassSpecifier()
1654 SourceRange(TemplateId->LAngleLoc, TemplateId->RAngleLoc), true); in ParseClassSpecifier()
1846 TemplateId->RAngleLoc, attrs); in ParseClassSpecifier()
1864 TemplateId->RAngleLoc); in ParseClassSpecifier()
H A DParser.cpp1930 TemplateArgsPtr, TemplateId->RAngleLoc); in TryAnnotateTypeOrScopeToken()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTemplateBase.h567 SourceLocation RAngleLoc;
573 SourceLocation RAngleLoc)
574 : LAngleLoc(LAngleLoc), RAngleLoc(RAngleLoc) {}
581 SourceLocation getRAngleLoc() const { return RAngleLoc; }
584 void setRAngleLoc(SourceLocation Loc) { RAngleLoc = Loc; }
627 SourceLocation RAngleLoc;
633 SourceLocation getRAngleLoc() const { return RAngleLoc; }
665 SourceLocation RAngleLoc;
H A DTypeLoc.h1571 SourceLocation RAngleLoc; member
1597 return getLocalData()->RAngleLoc; in getRAngleLoc()
1601 getLocalData()->RAngleLoc = Loc; in setRAngleLoc()
2051 SourceLocation RAngleLoc; member
2119 return this->getLocalData()->RAngleLoc; in getRAngleLoc()
2123 this->getLocalData()->RAngleLoc = Loc; in setRAngleLoc()
2310 SourceLocation RAngleLoc; member
2377 return this->getLocalData()->RAngleLoc; in getRAngleLoc()
2381 this->getLocalData()->RAngleLoc = Loc; in setRAngleLoc()
H A DExprConcepts.h132 return ArgsAsWritten->RAngleLoc.isValid() ? ArgsAsWritten->RAngleLoc in getEndLoc()
H A DDeclTemplate.h76 SourceLocation LAngleLoc, RAngleLoc; variable
96 SourceLocation RAngleLoc, Expr *RequiresClause);
115 SourceLocation RAngleLoc,
195 SourceLocation getRAngleLoc() const { return RAngleLoc; } in getRAngleLoc()
198 return SourceRange(TemplateLoc, RAngleLoc); in getSourceRange()
226 SourceLocation RAngleLoc, in FixedSizeTemplateParameterListStorage() argument
232 TemplateLoc, LAngleLoc, Params, RAngleLoc, RequiresClause))) {} in FixedSizeTemplateParameterListStorage()
H A DExprCXX.h3024 return getTrailingASTTemplateKWAndArgsInfo()->RAngleLoc; in getRAngleLoc()
3272 return getTrailingObjects<ASTTemplateKWAndArgsInfo>()->RAngleLoc; in getRAngleLoc()
3723 return getTrailingObjects<ASTTemplateKWAndArgsInfo>()->RAngleLoc; in getRAngleLoc()
H A DExpr.h1357 return getTrailingObjects<ASTTemplateKWAndArgsInfo>()->RAngleLoc; in getRAngleLoc()
3224 return getTrailingObjects<ASTTemplateKWAndArgsInfo>()->RAngleLoc; in getRAngleLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DTemplateBase.cpp620 RAngleLoc = Info.getRAngleLoc(); in ASTTemplateArgumentListInfo()
633 RAngleLoc = Info.getRAngleLoc(); in initializeFrom()
643 RAngleLoc = SourceLocation(); in initializeFrom()
653 RAngleLoc = Info.getRAngleLoc(); in initializeFrom()
666 Info.setRAngleLoc(RAngleLoc); in copyInto()
H A DDeclTemplate.cpp51 SourceLocation RAngleLoc, in TemplateParameterList() argument
53 : TemplateLoc(TemplateLoc), LAngleLoc(LAngleLoc), RAngleLoc(RAngleLoc), in TemplateParameterList()
120 SourceLocation RAngleLoc, Expr *RequiresClause) { in Create() argument
125 RAngleLoc, RequiresClause); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp1097 TemplateId.RAngleLoc); in makeTemplateArgumentListInfo()
1164 SourceLocation RAngleLoc, QualType ConstrainedType, in formImmediatelyDeclaredConstraint() argument
1173 ConstraintArgs.setRAngleLoc(RAngleLoc); in formImmediatelyDeclaredConstraint()
1693 SourceLocation RAngleLoc, in ActOnTemplateParameterList() argument
1704 RAngleLoc, RequiresClause); in ActOnTemplateParameterList()
3354 TemplateId->RAngleLoc)); in MatchTemplateParametersToScopeSpecifier()
3908 ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc, in ActOnTemplateIdType() argument
3931 TemplateArgsIn, RAngleLoc); in ActOnTemplateIdType()
3955 TemplateArgumentListInfo TemplateArgs(LAngleLoc, RAngleLoc); in ActOnTemplateIdType()
3973 SpecTL.setRAngleLoc(RAngleLoc); in ActOnTemplateIdType()
[all …]
H A DSemaCXXScopeSpec.cpp895 SourceLocation RAngleLoc, in ActOnCXXNestedNameSpecifier() argument
904 TemplateArgumentListInfo TemplateArgs(LAngleLoc, RAngleLoc); in ActOnCXXNestedNameSpecifier()
926 SpecTL.setRAngleLoc(RAngleLoc); in ActOnCXXNestedNameSpecifier()
944 SourceRange R(TemplateNameLoc, RAngleLoc); in ActOnCXXNestedNameSpecifier()
975 SpecTL.setRAngleLoc(RAngleLoc); in ActOnCXXNestedNameSpecifier()
H A DDeclSpec.cpp39 EndLocation = TemplateId->RAngleLoc; in setTemplateId()
50 EndLocation = TemplateId->RAngleLoc; in setConstructorTemplateId()
H A DTreeTransform.h2848 SourceLocation RAngleLoc, in RebuildCXXNamedCastExpr() argument
2855 RAngleLoc, LParenLoc, in RebuildCXXNamedCastExpr()
2860 RAngleLoc, LParenLoc, in RebuildCXXNamedCastExpr()
2865 RAngleLoc, LParenLoc, in RebuildCXXNamedCastExpr()
2871 RAngleLoc, LParenLoc, in RebuildCXXNamedCastExpr()
2876 OpLoc, LAngleLoc, TInfo, RAngleLoc, LParenLoc, SubExpr, RParenLoc); in RebuildCXXNamedCastExpr()
2890 SourceLocation RAngleLoc, in RebuildCXXStaticCastExpr() argument
2896 SourceRange(LAngleLoc, RAngleLoc), in RebuildCXXStaticCastExpr()
2907 SourceLocation RAngleLoc, in RebuildCXXDynamicCastExpr() argument
2913 SourceRange(LAngleLoc, RAngleLoc), in RebuildCXXDynamicCastExpr()
[all …]
H A DSemaLambda.cpp522 SourceLocation RAngleLoc, in ActOnLambdaExplicitTemplateParameterList() argument
535 LSI->ExplicitTemplateParamsRange = {LAngleLoc, RAngleLoc}; in ActOnLambdaExplicitTemplateParameterList()
H A DSemaTemplateInstantiateDecl.cpp2638 InstArgs.setRAngleLoc(TemplArgInfo->RAngleLoc); in VisitTemplateTypeParmDecl()
3896 TemplArgInfo->RAngleLoc); in InstantiateClassTemplatePartialSpecialization()
4024 TemplArgInfo->RAngleLoc); in InstantiateVarTemplatePartialSpecialization()
H A DSemaExprCXX.cpp7590 TemplateId->RAngleLoc, in ActOnPseudoDestructorExpr()
7643 TemplateId->RAngleLoc, in ActOnPseudoDestructorExpr()
8593 TemplateId->RAngleLoc); in ActOnTypeRequirement()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h3386 SourceLocation &RAngleLoc);
3406 SourceLocation &RAngleLoc,
3412 SourceLocation &RAngleLoc);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp935 SourceLocation LAngleLoc, RAngleLoc; in VisitFunctionDecl() local
944 RAngleLoc = readSourceLocation(); in VisitFunctionDecl()
952 TemplateArgumentListInfo TemplArgsInfo(LAngleLoc, RAngleLoc); in VisitFunctionDecl()
H A DASTWriterDecl.cpp616 Record.AddSourceLocation(FTSInfo->TemplateArgumentsAsWritten->RAngleLoc); in VisitFunctionDecl()
H A DASTReader.cpp7155 SourceLocation RAngleLoc = readSourceLocation(); in readASTTemplateArgumentListInfo() local
7157 TemplateArgumentListInfo TemplArgsInfo(LAngleLoc, RAngleLoc); in readASTTemplateArgumentListInfo()
8780 SourceLocation RAngleLoc = readSourceLocation(); in readTemplateParameterList() local
8792 getContext(), TemplateLoc, LAngleLoc, Params, RAngleLoc, RequiresClause); in readTemplateParameterList()

12