| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | ParsedTemplate.h | 183 SourceLocation RAngleLoc; member 201 SourceLocation LAngleLoc, SourceLocation RAngleLoc, in Create() 208 LAngleLoc, RAngleLoc, TemplateArgs, ArgsInvalid); in Create() 243 SourceLocation LAngleLoc, SourceLocation RAngleLoc, in TemplateIdAnnotation() 248 Kind(TemplateKind), LAngleLoc(LAngleLoc), RAngleLoc(RAngleLoc), in TemplateIdAnnotation()
|
| H A D | Sema.h | 3381 SourceLocation RAngleLoc, SourceLocation CCLoc, bool EnteringContext); 9097 SourceLocation RAngleLoc, 11491 SourceLocation RAngleLoc, Expr *RequiresClause); 11614 ASTTemplateArgsPtr TemplateArgs, SourceLocation RAngleLoc, 11625 ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc); 11823 SourceLocation RAngleLoc, const ParsedAttributesView &Attr); 11842 SourceLocation RAngleLoc, Decl *Param, 11920 SourceLocation RAngleLoc, 12170 ASTTemplateArgsPtr TemplateArgs, SourceLocation RAngleLoc);
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseTemplate.cpp | 99 SourceLocation LAngleLoc, RAngleLoc; in ParseTemplateDeclarationOrSpecialization() local 103 TemplateParams, LAngleLoc, RAngleLoc)) { in ParseTemplateDeclarationOrSpecialization() 132 TemplateParams, RAngleLoc, OptionalRequiresClauseConstraintER.get())); in ParseTemplateDeclarationOrSpecialization() 321 SourceLocation &RAngleLoc) { in ParseTemplateParameters() argument 343 RAngleLoc = Tok.getLocation(); in ParseTemplateParameters() 345 } else if (!TryConsumeToken(tok::greater, RAngleLoc) && Failed) { in ParseTemplateParameters() 694 SourceLocation LAngleLoc, RAngleLoc; in ParseTemplateTemplateParameter() local 699 LAngleLoc, RAngleLoc)) { in ParseTemplateTemplateParameter() 777 RAngleLoc, OptionalRequiresClauseConstraintER.get()); in ParseTemplateTemplateParameter() 884 SourceLocation &RAngleLoc, in ParseGreaterThanInTemplateList() argument [all …]
|
| H A D | ParseExprCXX.cpp | 362 TemplateId->RAngleLoc, in ParseOptionalCXXScopeSpecifier() 1256 SourceLocation LAngleLoc, RAngleLoc; in ParseLambdaExpressionAfterIntroducer() local 1259 TemplateParams, LAngleLoc, RAngleLoc)) { in ParseLambdaExpressionAfterIntroducer() 1265 Diag(RAngleLoc, in ParseLambdaExpressionAfterIntroducer() 1288 Intro, LAngleLoc, TemplateParams, RAngleLoc, RequiresClause); in ParseLambdaExpressionAfterIntroducer() 2320 SourceLocation LAngleLoc, RAngleLoc; in ParseUnqualifiedIdTemplateId() local 2322 if (ParseTemplateIdAfterTemplateName(true, LAngleLoc, TemplateArgs, RAngleLoc, in ParseUnqualifiedIdTemplateId() 2347 LAngleLoc, RAngleLoc, TemplateArgs, /*ArgsInvalid*/false, TemplateIds); in ParseUnqualifiedIdTemplateId() 2359 TemplateArgsPtr, RAngleLoc, /*IsCtorOrDtorName=*/true); in ParseUnqualifiedIdTemplateId() 2364 Id.setConstructorName(Type.get(), NameLoc, RAngleLoc); in ParseUnqualifiedIdTemplateId() [all …]
|
| H A D | ParseDeclCXX.cpp | 695 << SourceRange(TemplateId->TemplateNameLoc, TemplateId->RAngleLoc); in ParseUsingDeclaration() 865 D.Name.TemplateId->RAngleLoc); in ParseAliasDeclarationAfterDeclarator() 1772 SourceLocation LAngleLoc, RAngleLoc; in ParseClassSpecifier() local 1774 RAngleLoc)) { in ParseClassSpecifier() 1777 LAngleLoc = RAngleLoc = SourceLocation(); in ParseClassSpecifier() 1780 Name, NameLoc, SourceRange(LAngleLoc, RAngleLoc), false); in ParseClassSpecifier() 1793 SourceRange(TemplateId->LAngleLoc, TemplateId->RAngleLoc), true); in ParseClassSpecifier() 2006 TemplateId->RAngleLoc, attrs); in ParseClassSpecifier() 2021 TemplateId->LAngleLoc, TemplateArgsPtr, TemplateId->RAngleLoc); in ParseClassSpecifier()
|
| H A D | Parser.cpp | 1989 TemplateArgsPtr, TemplateId->RAngleLoc); in TryAnnotateTypeOrScopeToken()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TemplateBase.h | 641 SourceLocation RAngleLoc; 646 TemplateArgumentListInfo(SourceLocation LAngleLoc, SourceLocation RAngleLoc) 647 : LAngleLoc(LAngleLoc), RAngleLoc(RAngleLoc) {} 654 SourceLocation getRAngleLoc() const { return RAngleLoc; } 657 void setRAngleLoc(SourceLocation Loc) { RAngleLoc = Loc; } 697 SourceLocation RAngleLoc; 703 SourceLocation getRAngleLoc() const { return RAngleLoc; } 739 SourceLocation RAngleLoc;
|
| H A D | DeclTemplate.h | 81 SourceLocation LAngleLoc, RAngleLoc; variable 104 SourceLocation RAngleLoc, Expr *RequiresClause); 123 SourceLocation RAngleLoc, 206 SourceLocation getRAngleLoc() const { return RAngleLoc; } in getRAngleLoc() 209 return SourceRange(TemplateLoc, RAngleLoc); in getSourceRange() 238 SourceLocation RAngleLoc, in FixedSizeTemplateParameterListStorage() argument 244 TemplateLoc, LAngleLoc, Params, RAngleLoc, RequiresClause))) {} in FixedSizeTemplateParameterListStorage()
|
| H A D | TypeLoc.h | 1706 SourceLocation RAngleLoc; member 1732 return getLocalData()->RAngleLoc; in getRAngleLoc() 1736 getLocalData()->RAngleLoc = Loc; in setRAngleLoc() 2502 SourceLocation RAngleLoc; member 2570 return this->getLocalData()->RAngleLoc; in getRAngleLoc() 2574 this->getLocalData()->RAngleLoc = Loc; in setRAngleLoc()
|
| H A D | ExprCXX.h | 3253 return getTrailingASTTemplateKWAndArgsInfo()->RAngleLoc; in getRAngleLoc() 3525 return getTrailingObjects<ASTTemplateKWAndArgsInfo>()->RAngleLoc; in getRAngleLoc() 3973 return getTrailingObjects<ASTTemplateKWAndArgsInfo>()->RAngleLoc; in getRAngleLoc()
|
| H A D | Expr.h | 1414 return getTrailingObjects<ASTTemplateKWAndArgsInfo>()->RAngleLoc; in getRAngleLoc() 3421 return getTrailingObjects<ASTTemplateKWAndArgsInfo>()->RAngleLoc; in getRAngleLoc()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 726 RAngleLoc = Info.getRAngleLoc(); in ASTTemplateArgumentListInfo() 737 RAngleLoc = Info->getRAngleLoc(); in ASTTemplateArgumentListInfo() 750 RAngleLoc = Info.getRAngleLoc(); in initializeFrom() 760 RAngleLoc = SourceLocation(); in initializeFrom() 770 RAngleLoc = Info.getRAngleLoc(); in initializeFrom() 783 Info.setRAngleLoc(RAngleLoc); in copyInto()
|
| H A D | DeclTemplate.cpp | 56 SourceLocation RAngleLoc, in TemplateParameterList() argument 58 : TemplateLoc(TemplateLoc), LAngleLoc(LAngleLoc), RAngleLoc(RAngleLoc), in TemplateParameterList() 129 SourceLocation RAngleLoc, Expr *RequiresClause) { in Create() argument 134 RAngleLoc, RequiresClause); in Create()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 1064 TemplateId.RAngleLoc); in makeTemplateArgumentListInfo() 1147 SourceLocation RAngleLoc, QualType ConstrainedType, in formImmediatelyDeclaredConstraint() argument 1156 ConstraintArgs.setRAngleLoc(RAngleLoc); in formImmediatelyDeclaredConstraint() 1768 SourceLocation RAngleLoc, in ActOnTemplateParameterList() argument 1777 llvm::ArrayRef(Params), RAngleLoc, in ActOnTemplateParameterList() 3016 TemplateId->RAngleLoc)); in MatchTemplateParametersToScopeSpecifier() 3844 ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc, in ActOnTemplateIdType() argument 3876 TemplateArgsIn, RAngleLoc); in ActOnTemplateIdType() 3900 TemplateArgumentListInfo TemplateArgs(LAngleLoc, RAngleLoc); in ActOnTemplateIdType() 3916 SpecTL.setRAngleLoc(RAngleLoc); in ActOnTemplateIdType() [all …]
|
| H A D | SemaCXXScopeSpec.cpp | 845 SourceLocation RAngleLoc, in ActOnCXXNestedNameSpecifier() argument 854 TemplateArgumentListInfo TemplateArgs(LAngleLoc, RAngleLoc); in ActOnCXXNestedNameSpecifier() 877 SpecTL.setRAngleLoc(RAngleLoc); in ActOnCXXNestedNameSpecifier() 894 SourceRange R(TemplateNameLoc, RAngleLoc); in ActOnCXXNestedNameSpecifier() 925 SpecTL.setRAngleLoc(RAngleLoc); in ActOnCXXNestedNameSpecifier()
|
| H A D | DeclSpec.cpp | 37 EndLocation = TemplateId->RAngleLoc; in setTemplateId() 48 EndLocation = TemplateId->RAngleLoc; in setConstructorTemplateId()
|
| H A D | TreeTransform.h | 3200 SourceLocation RAngleLoc, in RebuildCXXNamedCastExpr() argument 3207 RAngleLoc, LParenLoc, in RebuildCXXNamedCastExpr() 3212 RAngleLoc, LParenLoc, in RebuildCXXNamedCastExpr() 3217 RAngleLoc, LParenLoc, in RebuildCXXNamedCastExpr() 3223 RAngleLoc, LParenLoc, in RebuildCXXNamedCastExpr() 3228 OpLoc, LAngleLoc, TInfo, RAngleLoc, LParenLoc, SubExpr, RParenLoc); in RebuildCXXNamedCastExpr() 3242 SourceLocation RAngleLoc, in RebuildCXXStaticCastExpr() argument 3248 SourceRange(LAngleLoc, RAngleLoc), in RebuildCXXStaticCastExpr() 3259 SourceLocation RAngleLoc, in RebuildCXXDynamicCastExpr() argument 3265 SourceRange(LAngleLoc, RAngleLoc), in RebuildCXXDynamicCastExpr() [all …]
|
| H A D | SemaLambda.cpp | 567 ArrayRef<NamedDecl *> TParams, SourceLocation RAngleLoc, in ActOnLambdaExplicitTemplateParameterList() argument 580 LSI->ExplicitTemplateParamsRange = {LAngleLoc, RAngleLoc}; in ActOnLambdaExplicitTemplateParameterList()
|
| H A D | Sema.cpp | 1520 DiagRange.setEnd(ASTTAL->RAngleLoc); in ActOnEndOfTranslationUnit() 1556 DiagRange.setEnd(ASTTAL->RAngleLoc); in ActOnEndOfTranslationUnit()
|
| H A D | SemaExprCXX.cpp | 7257 TemplateId->RAngleLoc, in ActOnPseudoDestructorExpr() 7310 TemplateId->RAngleLoc, in ActOnPseudoDestructorExpr() 7843 TemplateId->RAngleLoc); in ActOnTypeRequirement()
|
| H A D | SemaType.cpp | 1317 TemplateArgsInfo.setRAngleLoc(TemplateId->RAngleLoc); in ConvertDeclSpecToType() 3073 TemplateId->RAngleLoc); in InventTemplateParameter() 6045 TemplateId->RAngleLoc); in VisitAutoTypeLoc()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 4795 TemplArgInfo->RAngleLoc); in InstantiateClassTemplatePartialSpecialization() 4910 TemplArgInfo->RAngleLoc); in InstantiateVarTemplatePartialSpecialization()
|
| H A D | SemaDeclCXX.cpp | 866 TemplRep->RAngleLoc.isValid() in ActOnDecompositionDeclarator() 867 ? TemplRep->RAngleLoc in ActOnDecompositionDeclarator() 3580 D.getName().TemplateId->RAngleLoc) in ActOnCXXMemberDeclarator() 12562 << SourceRange(Name.TemplateId->LAngleLoc, Name.TemplateId->RAngleLoc); in ActOnUsingDeclaration()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 8053 SourceLocation &RAngleLoc); 8178 SourceLocation &RAngleLoc, 8196 SourceLocation &RAngleLoc,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTWriterStmt.cpp | 123 Record.AddSourceLocation(ArgInfo.RAngleLoc); in AddTemplateKWAndArgsInfo()
|