Searched refs:DeclEndLoc (Results 1 – 4 of 4) sorted by relevance
1073 SourceLocation DeclEndLoc; in ParseLambdaExpressionAfterIntroducer() local1093 DeclEndLoc = RParenLoc; in ParseLambdaExpressionAfterIntroducer()1097 MaybeParseGNUAttributes(Attr, &DeclEndLoc); in ParseLambdaExpressionAfterIntroducer()1101 MaybeParseMicrosoftDeclSpecs(Attr, &DeclEndLoc); in ParseLambdaExpressionAfterIntroducer()1106 DeclEndLoc = MutableLoc; in ParseLambdaExpressionAfterIntroducer()1123 DeclEndLoc = ESpecRange.getEnd(); in ParseLambdaExpressionAfterIntroducer()1126 MaybeParseCXX11Attributes(Attr, &DeclEndLoc); in ParseLambdaExpressionAfterIntroducer()1128 SourceLocation FunLocalRangeEnd = DeclEndLoc; in ParseLambdaExpressionAfterIntroducer()1136 DeclEndLoc = Range.getEnd(); in ParseLambdaExpressionAfterIntroducer()1163 Attr, DeclEndLoc); in ParseLambdaExpressionAfterIntroducer()[all …]
177 SourceLocation DeclEndLoc; // the location of the ';' or '{'. variable242 NumParams(0), DeclEndLoc(endLoc), Body(), SelfDecl(nullptr), in NamedDecl()288 SourceLocation getDeclaratorEndLoc() const { return DeclEndLoc; } in getDeclaratorEndLoc()308 DeclEndLoc); in getSelectorLoc()
797 DeclEndLoc); in setMethodParams()878 return DeclEndLoc; in getLocEnd()
872 MD->DeclEndLoc = ReadSourceLocation(Record, Idx); in VisitObjCMethodDecl()