Home
last modified time | relevance | path

Searched refs:LAngleLoc (Results 1 – 25 of 31) sorted by relevance

12

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseTemplate.cpp115 SourceLocation LAngleLoc, RAngleLoc; in ParseTemplateDeclarationOrSpecialization() local
118 TemplateParams, LAngleLoc, RAngleLoc)) { in ParseTemplateDeclarationOrSpecialization()
128 TemplateLoc, LAngleLoc, in ParseTemplateDeclarationOrSpecialization()
273 SourceLocation LAngleLoc in ParseSingleDeclarationAfterTemplate() local
278 << FixItHint::CreateInsertion(LAngleLoc, "<>"); in ParseSingleDeclarationAfterTemplate()
283 0, SourceLocation(), TemplateInfo.TemplateLoc, LAngleLoc, nullptr, in ParseSingleDeclarationAfterTemplate()
284 0, LAngleLoc)); in ParseSingleDeclarationAfterTemplate()
327 SourceLocation &LAngleLoc, in ParseTemplateParameters() argument
330 if (!TryConsumeToken(tok::less, LAngleLoc)) { in ParseTemplateParameters()
566 SourceLocation LAngleLoc, RAngleLoc; in ParseTemplateTemplateParameter() local
[all …]
HDParseDeclCXX.cpp593 Range = SourceRange(Name.TemplateId->LAngleLoc, in ParseUsingDeclaration()
1001 SourceLocation LAngleLoc, RAngleLoc; in ParseBaseTypeSpecifier() local
1003 true, LAngleLoc, TemplateArgs, RAngleLoc); in ParseBaseTypeSpecifier()
1347 SourceLocation LAngleLoc, RAngleLoc; in ParseClassSpecifier() local
1349 true, LAngleLoc, in ParseClassSpecifier()
1353 LAngleLoc = RAngleLoc = SourceLocation(); in ParseClassSpecifier()
1358 << TagTokKind << Name << SourceRange(LAngleLoc, RAngleLoc); in ParseClassSpecifier()
1396 Diag(TemplateId->LAngleLoc, diag::err_template_spec_syntax_non_template) in ParseClassSpecifier()
1574 TemplateId->LAngleLoc, in ParseClassSpecifier()
1592 TemplateId->LAngleLoc, in ParseClassSpecifier()
[all …]
HDParseObjc.cpp221 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtInterfaceDeclaration() local
225 typeParameterList = parseObjCTypeParamListOrProtocolRefs(LAngleLoc, in ParseObjCAtInterfaceDeclaration()
265 assert(LAngleLoc.isInvalid() && "Cannot have already parsed protocols"); in ParseObjCAtInterfaceDeclaration()
270 LAngleLoc, EndProtoLoc, in ParseObjCAtInterfaceDeclaration()
326 LAngleLoc, in ParseObjCAtInterfaceDeclaration()
336 if (LAngleLoc.isValid()) { in ParseObjCAtInterfaceDeclaration()
350 LAngleLoc, EndProtoLoc, in ParseObjCAtInterfaceDeclaration()
1550 SourceLocation &LAngleLoc, SourceLocation &EndLoc, in ParseObjCProtocolReferences() argument
1554 LAngleLoc = ConsumeToken(); // the "<" in ParseObjCProtocolReferences()
2054 SourceLocation LAngleLoc, EndProtoLoc; in ParseObjCAtProtocolDeclaration() local
[all …]
HDParseExprCXX.cpp404 TemplateId->LAngleLoc, in ParseOptionalCXXScopeSpecifier()
2033 SourceLocation LAngleLoc, RAngleLoc; in ParseUnqualifiedIdTemplateId() local
2037 SS, true, LAngleLoc, in ParseUnqualifiedIdTemplateId()
2065 TemplateId->LAngleLoc = LAngleLoc; in ParseUnqualifiedIdTemplateId()
2083 LAngleLoc, TemplateArgsPtr, RAngleLoc, in ParseUnqualifiedIdTemplateId()
2436 SourceRange(TemplateId->LAngleLoc, TemplateId->RAngleLoc)); in ParseUnqualifiedId()
HDParseDecl.cpp1972 SourceLocation LAngleLoc = in ParseDeclarationAfterDeclaratorAndAttributes() local
1977 << FixItHint::CreateInsertion(LAngleLoc, "<>"); in ParseDeclarationAfterDeclaratorAndAttributes()
1982 0, SourceLocation(), TemplateInfo.TemplateLoc, LAngleLoc, nullptr, in ParseDeclarationAfterDeclaratorAndAttributes()
1983 0, LAngleLoc)); in ParseDeclarationAfterDeclaratorAndAttributes()
HDParser.cpp1603 TemplateId->LAngleLoc, in TryAnnotateTypeOrScopeToken()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDTemplateBase.h521 SourceLocation LAngleLoc; variable
531 TemplateArgumentListInfo(SourceLocation LAngleLoc, in TemplateArgumentListInfo() argument
533 : LAngleLoc(LAngleLoc), RAngleLoc(RAngleLoc) {} in TemplateArgumentListInfo()
535 SourceLocation getLAngleLoc() const { return LAngleLoc; } in getLAngleLoc()
538 void setLAngleLoc(SourceLocation Loc) { LAngleLoc = Loc; } in setLAngleLoc()
566 SourceLocation LAngleLoc; member
HDTypeLoc.h1426 SourceLocation LAngleLoc; member
1444 return getLocalData()->LAngleLoc; in getLAngleLoc()
1447 getLocalData()->LAngleLoc = Loc; in setLAngleLoc()
1817 SourceLocation LAngleLoc; member
1874 return this->getLocalData()->LAngleLoc; in getLAngleLoc()
1877 this->getLocalData()->LAngleLoc = Loc; in setLAngleLoc()
HDDeclTemplate.h51 SourceLocation LAngleLoc, RAngleLoc; variable
62 TemplateParameterList(SourceLocation TemplateLoc, SourceLocation LAngleLoc,
69 SourceLocation LAngleLoc,
127 SourceLocation getLAngleLoc() const { return LAngleLoc; } in getLAngleLoc()
143 SourceLocation LAngleLoc, in FixedSizeTemplateParameterList() argument
145 TemplateParameterList(TemplateLoc, LAngleLoc, Params, N, RAngleLoc) { in FixedSizeTemplateParameterList()
HDExprCXX.h2429 return getTemplateKWAndArgsInfo()->LAngleLoc; in getLAngleLoc()
2681 return getTemplateKWAndArgsInfo()->LAngleLoc; in getLAngleLoc()
3103 return getTemplateKWAndArgsInfo()->LAngleLoc; in getLAngleLoc()
HDExpr.h1080 return getTemplateKWAndArgsInfo()->LAngleLoc; in getLAngleLoc()
2475 return getTemplateKWAndArgsInfo()->LAngleLoc; in getLAngleLoc()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDTemplateBase.cpp536 LAngleLoc = Info.getLAngleLoc(); in initializeFrom()
550 LAngleLoc = Info.getLAngleLoc(); in initializeFrom()
569 Info.setLAngleLoc(LAngleLoc); in copyInto()
603 LAngleLoc = SourceLocation(); in initializeFrom()
HDDeclTemplate.cpp31 SourceLocation LAngleLoc, in TemplateParameterList() argument
34 : TemplateLoc(TemplateLoc), LAngleLoc(LAngleLoc), RAngleLoc(RAngleLoc), in TemplateParameterList()
58 SourceLocation LAngleLoc, NamedDecl **Params, in Create() argument
65 return new (Mem) TemplateParameterList(TemplateLoc, LAngleLoc, Params, in Create()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDParsedTemplate.h168 SourceLocation LAngleLoc; member
HDSema.h4855 SourceLocation LAngleLoc,
5510 SourceLocation LAngleLoc,
5559 SourceLocation LAngleLoc,
5573 SourceLocation LAngleLoc,
5655 SourceLocation LAngleLoc,
5834 SourceLocation LAngleLoc,
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaCXXScopeSpec.cpp860 SourceLocation LAngleLoc, in ActOnCXXNestedNameSpecifier() argument
869 TemplateArgumentListInfo TemplateArgs(LAngleLoc, RAngleLoc); in ActOnCXXNestedNameSpecifier()
890 SpecTL.setLAngleLoc(LAngleLoc); in ActOnCXXNestedNameSpecifier()
934 SpecTL.setLAngleLoc(LAngleLoc); in ActOnCXXNestedNameSpecifier()
HDSemaTemplate.cpp814 SourceLocation LAngleLoc, in ActOnTemplateParameterList() argument
820 return TemplateParameterList::Create(Context, TemplateLoc, LAngleLoc, in ActOnTemplateParameterList()
1934 DiagnoseMissingExplicitSpecialization(SourceRange(TemplateId->LAngleLoc, in MatchTemplateParametersToScopeSpecifier()
2185 SourceLocation LAngleLoc, in ActOnTemplateIdType() argument
2195 TemplateArgumentListInfo TemplateArgs(LAngleLoc, RAngleLoc); in ActOnTemplateIdType()
2212 SpecTL.setLAngleLoc(LAngleLoc); in ActOnTemplateIdType()
2230 SpecTL.setLAngleLoc(LAngleLoc); in ActOnTemplateIdType()
2256 SourceLocation LAngleLoc, in ActOnTagTemplateIdType() argument
2262 TemplateArgumentListInfo TemplateArgs(LAngleLoc, RAngleLoc); in ActOnTagTemplateIdType()
2284 SpecTL.setLAngleLoc(LAngleLoc); in ActOnTagTemplateIdType()
[all …]
HDSemaLambda.cpp231 SourceLocation LAngleLoc = IntroRange.getBegin(); in getGenericLambdaTemplateParameterList() local
235 /*Template kw loc*/ SourceLocation(), LAngleLoc, in getGenericLambdaTemplateParameterList()
HDTreeTransform.h2130 SourceLocation LAngleLoc, in RebuildCXXNamedCastExpr() argument
2138 return getDerived().RebuildCXXStaticCastExpr(OpLoc, LAngleLoc, TInfo, in RebuildCXXNamedCastExpr()
2143 return getDerived().RebuildCXXDynamicCastExpr(OpLoc, LAngleLoc, TInfo, in RebuildCXXNamedCastExpr()
2148 return getDerived().RebuildCXXReinterpretCastExpr(OpLoc, LAngleLoc, TInfo, in RebuildCXXNamedCastExpr()
2154 return getDerived().RebuildCXXConstCastExpr(OpLoc, LAngleLoc, TInfo, in RebuildCXXNamedCastExpr()
2168 SourceLocation LAngleLoc, in RebuildCXXStaticCastExpr() argument
2176 SourceRange(LAngleLoc, RAngleLoc), in RebuildCXXStaticCastExpr()
2185 SourceLocation LAngleLoc, in RebuildCXXDynamicCastExpr() argument
2193 SourceRange(LAngleLoc, RAngleLoc), in RebuildCXXDynamicCastExpr()
2202 SourceLocation LAngleLoc, in RebuildCXXReinterpretCastExpr() argument
[all …]
HDSemaTemplateDeduction.cpp2188 TemplateArgumentListInfo InstArgs(PartialTemplArgInfo->LAngleLoc, in FinishTemplateArgumentDeduction()
2352 TemplateArgumentListInfo InstArgs(PartialTemplArgInfo->LAngleLoc, in FinishTemplateArgumentDeduction()
HDSemaTemplateInstantiateDecl.cpp2781 TemplateArgumentListInfo InstTemplateArgs(TemplArgInfo->LAngleLoc, in InstantiateClassTemplatePartialSpecialization()
2908 TemplateArgumentListInfo InstTemplateArgs(TemplArgInfo->LAngleLoc, in InstantiateVarTemplatePartialSpecialization()
HDSemaExprCXX.cpp5900 TemplateId->LAngleLoc, in ActOnPseudoDestructorExpr()
5949 TemplateId->LAngleLoc, in ActOnPseudoDestructorExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1272 SourceLocation &LAngleLoc,
2505 SourceLocation &LAngleLoc,
2530 SourceLocation &LAngleLoc,
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp778 SourceLocation LAngleLoc, RAngleLoc; in VisitFunctionDecl() local
787 LAngleLoc = ReadSourceLocation(Record, Idx); in VisitFunctionDecl()
796 TemplateArgumentListInfo TemplArgsInfo(LAngleLoc, RAngleLoc); in VisitFunctionDecl()
HDASTReader.cpp5853 SourceLocation LAngleLoc = ReadSourceLocation(F, Record, Index); in ReadASTTemplateArgumentListInfo() local
5856 TemplateArgumentListInfo TemplArgsInfo(LAngleLoc, RAngleLoc); in ReadASTTemplateArgumentListInfo()
7669 SourceLocation LAngleLoc = ReadSourceLocation(F, Record, Idx); in ReadTemplateParameterList() local
7679 TemplateParameterList::Create(Context, TemplateLoc, LAngleLoc, in ReadTemplateParameterList()

12