| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseTemplate.cpp | 115 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 …]
|
| HD | ParseDeclCXX.cpp | 593 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 …]
|
| HD | ParseObjc.cpp | 221 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 …]
|
| HD | ParseExprCXX.cpp | 404 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()
|
| HD | ParseDecl.cpp | 1972 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()
|
| HD | Parser.cpp | 1603 TemplateId->LAngleLoc, in TryAnnotateTypeOrScopeToken()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | TemplateBase.h | 521 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
|
| HD | TypeLoc.h | 1426 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()
|
| HD | DeclTemplate.h | 51 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()
|
| HD | ExprCXX.h | 2429 return getTemplateKWAndArgsInfo()->LAngleLoc; in getLAngleLoc() 2681 return getTemplateKWAndArgsInfo()->LAngleLoc; in getLAngleLoc() 3103 return getTemplateKWAndArgsInfo()->LAngleLoc; in getLAngleLoc()
|
| HD | Expr.h | 1080 return getTemplateKWAndArgsInfo()->LAngleLoc; in getLAngleLoc() 2475 return getTemplateKWAndArgsInfo()->LAngleLoc; in getLAngleLoc()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | TemplateBase.cpp | 536 LAngleLoc = Info.getLAngleLoc(); in initializeFrom() 550 LAngleLoc = Info.getLAngleLoc(); in initializeFrom() 569 Info.setLAngleLoc(LAngleLoc); in copyInto() 603 LAngleLoc = SourceLocation(); in initializeFrom()
|
| HD | DeclTemplate.cpp | 31 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/ |
| HD | ParsedTemplate.h | 168 SourceLocation LAngleLoc; member
|
| HD | Sema.h | 4855 SourceLocation LAngleLoc, 5510 SourceLocation LAngleLoc, 5559 SourceLocation LAngleLoc, 5573 SourceLocation LAngleLoc, 5655 SourceLocation LAngleLoc, 5834 SourceLocation LAngleLoc,
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaCXXScopeSpec.cpp | 860 SourceLocation LAngleLoc, in ActOnCXXNestedNameSpecifier() argument 869 TemplateArgumentListInfo TemplateArgs(LAngleLoc, RAngleLoc); in ActOnCXXNestedNameSpecifier() 890 SpecTL.setLAngleLoc(LAngleLoc); in ActOnCXXNestedNameSpecifier() 934 SpecTL.setLAngleLoc(LAngleLoc); in ActOnCXXNestedNameSpecifier()
|
| HD | SemaTemplate.cpp | 814 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 …]
|
| HD | SemaLambda.cpp | 231 SourceLocation LAngleLoc = IntroRange.getBegin(); in getGenericLambdaTemplateParameterList() local 235 /*Template kw loc*/ SourceLocation(), LAngleLoc, in getGenericLambdaTemplateParameterList()
|
| HD | TreeTransform.h | 2130 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 …]
|
| HD | SemaTemplateDeduction.cpp | 2188 TemplateArgumentListInfo InstArgs(PartialTemplArgInfo->LAngleLoc, in FinishTemplateArgumentDeduction() 2352 TemplateArgumentListInfo InstArgs(PartialTemplArgInfo->LAngleLoc, in FinishTemplateArgumentDeduction()
|
| HD | SemaTemplateInstantiateDecl.cpp | 2781 TemplateArgumentListInfo InstTemplateArgs(TemplArgInfo->LAngleLoc, in InstantiateClassTemplatePartialSpecialization() 2908 TemplateArgumentListInfo InstTemplateArgs(TemplArgInfo->LAngleLoc, in InstantiateVarTemplatePartialSpecialization()
|
| HD | SemaExprCXX.cpp | 5900 TemplateId->LAngleLoc, in ActOnPseudoDestructorExpr() 5949 TemplateId->LAngleLoc, in ActOnPseudoDestructorExpr()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Parse/ |
| HD | Parser.h | 1272 SourceLocation &LAngleLoc, 2505 SourceLocation &LAngleLoc, 2530 SourceLocation &LAngleLoc,
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderDecl.cpp | 778 SourceLocation LAngleLoc, RAngleLoc; in VisitFunctionDecl() local 787 LAngleLoc = ReadSourceLocation(Record, Idx); in VisitFunctionDecl() 796 TemplateArgumentListInfo TemplArgsInfo(LAngleLoc, RAngleLoc); in VisitFunctionDecl()
|
| HD | ASTReader.cpp | 5853 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()
|