Lines Matching refs:EndLoc
243 SourceLocation *EndLoc, in ParseAttributeWithTypeArg() argument
271 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseAttributeArgsCommon() argument
325 if (EndLoc) in ParseAttributeArgsCommon()
326 *EndLoc = RParen; in ParseAttributeArgsCommon()
336 SourceLocation *EndLoc, in ParseGNUAttributeArgs() argument
348 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName, in ParseGNUAttributeArgs()
352 ParseObjCBridgeRelatedAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc, in ParseGNUAttributeArgs()
356 ParseTypeTagForDatatypeAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc, in ParseGNUAttributeArgs()
360 ParseAttributeWithTypeArg(*AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName, in ParseGNUAttributeArgs()
379 ParseAttributeArgsCommon(AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName, in ParseGNUAttributeArgs()
621 SourceLocation EndLoc = SkipExtendedMicrosoftTypeAttributes(); in DiagnoseAndSkipExtendedMicrosoftTypeAttributes() local
623 if (EndLoc.isValid()) { in DiagnoseAndSkipExtendedMicrosoftTypeAttributes()
624 SourceRange Range(StartLoc, EndLoc); in DiagnoseAndSkipExtendedMicrosoftTypeAttributes()
630 SourceLocation EndLoc; in SkipExtendedMicrosoftTypeAttributes() local
647 EndLoc = ConsumeToken(); in SkipExtendedMicrosoftTypeAttributes()
650 return EndLoc; in SkipExtendedMicrosoftTypeAttributes()
1234 SourceLocation *EndLoc, in ParseTypeTagForDatatypeAttribute() argument
1289 if (EndLoc) in ParseTypeTagForDatatypeAttribute()
1290 *EndLoc = T.getCloseLocation(); in ParseTypeTagForDatatypeAttribute()
1319 SourceLocation EndLoc = ConsumeBracket(); in DiagnoseProhibitedCXX11Attribute() local
1321 << SourceRange(BeginLoc, EndLoc); in DiagnoseProhibitedCXX11Attribute()
2392 SourceLocation *EndLoc) { in ParseAlignmentSpecifier() argument
2411 if (EndLoc) in ParseAlignmentSpecifier()
2412 *EndLoc = T.getCloseLocation(); in ParseAlignmentSpecifier()
4540 SourceLocation EndLoc; in ParseTypeQualifierListOpt() local
4631 if (EndLoc.isValid()) in ParseTypeQualifierListOpt()
4632 DS.SetRangeEnd(EndLoc); in ParseTypeQualifierListOpt()
4641 EndLoc = ConsumeToken(); in ParseTypeQualifierListOpt()
5300 SourceLocation StartLoc, LocalEndLoc, EndLoc; in ParseFunctionDeclarator() local
5314 EndLoc = RParenLoc; in ParseFunctionDeclarator()
5328 EndLoc = RParenLoc; in ParseFunctionDeclarator()
5339 EndLoc = DS.getSourceRange().getEnd(); in ParseFunctionDeclarator()
5347 EndLoc = RefQualifierLoc; in ParseFunctionDeclarator()
5399 EndLoc = ESpecRange.getEnd(); in ParseFunctionDeclarator()
5406 LocalEndLoc = EndLoc; in ParseFunctionDeclarator()
5414 EndLoc = Range.getEnd(); in ParseFunctionDeclarator()
5440 FnAttrs, EndLoc); in ParseFunctionDeclarator()
5907 SourceLocation EndLoc = PP.getLocForEndOfToken(D.getLocEnd()); in ParseMisplacedBracketDeclarator() local
5908 D.AddTypeInfo(DeclaratorChunk::getParen(SuggestParenLoc, EndLoc), attrs, in ParseMisplacedBracketDeclarator()
5929 SourceLocation EndLoc = PP.getLocForEndOfToken(D.getLocEnd()); in ParseMisplacedBracketDeclarator() local
5932 Diag(EndLoc, diag::err_brackets_go_after_unqualified_id) in ParseMisplacedBracketDeclarator()
5935 << FixItHint::CreateInsertion(EndLoc, ")") in ParseMisplacedBracketDeclarator()
5937 EndLoc, CharSourceRange(BracketRange, true)) in ParseMisplacedBracketDeclarator()
5940 Diag(EndLoc, diag::err_brackets_go_after_unqualified_id) in ParseMisplacedBracketDeclarator()
5943 EndLoc, CharSourceRange(BracketRange, true)) in ParseMisplacedBracketDeclarator()