• Home
  • Raw
  • Download

Lines Matching refs:EndLoc

244                                        SourceLocation *EndLoc,  in ParseAttributeWithTypeArg()  argument
272 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName, in ParseAttributeArgsCommon() argument
326 if (EndLoc) in ParseAttributeArgsCommon()
327 *EndLoc = RParen; in ParseAttributeArgsCommon()
337 SourceLocation *EndLoc, in ParseGNUAttributeArgs() argument
349 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName, in ParseGNUAttributeArgs()
353 ParseObjCBridgeRelatedAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc, in ParseGNUAttributeArgs()
357 ParseTypeTagForDatatypeAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc, in ParseGNUAttributeArgs()
361 ParseAttributeWithTypeArg(*AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName, in ParseGNUAttributeArgs()
381 ParseAttributeArgsCommon(AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName, in ParseGNUAttributeArgs()
629 SourceLocation EndLoc = SkipExtendedMicrosoftTypeAttributes(); in DiagnoseAndSkipExtendedMicrosoftTypeAttributes() local
631 if (EndLoc.isValid()) { in DiagnoseAndSkipExtendedMicrosoftTypeAttributes()
632 SourceRange Range(StartLoc, EndLoc); in DiagnoseAndSkipExtendedMicrosoftTypeAttributes()
638 SourceLocation EndLoc; in SkipExtendedMicrosoftTypeAttributes() local
655 EndLoc = ConsumeToken(); in SkipExtendedMicrosoftTypeAttributes()
658 return EndLoc; in SkipExtendedMicrosoftTypeAttributes()
1262 SourceLocation *EndLoc, in ParseTypeTagForDatatypeAttribute() argument
1317 if (EndLoc) in ParseTypeTagForDatatypeAttribute()
1318 *EndLoc = T.getCloseLocation(); in ParseTypeTagForDatatypeAttribute()
1347 SourceLocation EndLoc = ConsumeBracket(); in DiagnoseProhibitedCXX11Attribute() local
1349 << SourceRange(BeginLoc, EndLoc); in DiagnoseProhibitedCXX11Attribute()
2456 SourceLocation *EndLoc) { in ParseAlignmentSpecifier() argument
2475 if (EndLoc) in ParseAlignmentSpecifier()
2476 *EndLoc = T.getCloseLocation(); in ParseAlignmentSpecifier()
3442 SourceLocation EndLoc; in ParseDeclarationSpecifiers() local
3443 TypeResult Type = parseObjCProtocolQualifierType(EndLoc); in ParseDeclarationSpecifiers()
3450 DS.SetRangeEnd(EndLoc); in ParseDeclarationSpecifiers()
4717 SourceLocation EndLoc; in ParseTypeQualifierListOpt() local
4823 if (EndLoc.isValid()) in ParseTypeQualifierListOpt()
4824 DS.SetRangeEnd(EndLoc); in ParseTypeQualifierListOpt()
4833 EndLoc = ConsumeToken(); in ParseTypeQualifierListOpt()
5500 SourceLocation StartLoc, LocalEndLoc, EndLoc; in ParseFunctionDeclarator() local
5514 EndLoc = RParenLoc; in ParseFunctionDeclarator()
5528 EndLoc = RParenLoc; in ParseFunctionDeclarator()
5539 EndLoc = DS.getSourceRange().getEnd(); in ParseFunctionDeclarator()
5547 EndLoc = RefQualifierLoc; in ParseFunctionDeclarator()
5599 EndLoc = ESpecRange.getEnd(); in ParseFunctionDeclarator()
5606 LocalEndLoc = EndLoc; in ParseFunctionDeclarator()
5614 EndLoc = Range.getEnd(); in ParseFunctionDeclarator()
5640 FnAttrs, EndLoc); in ParseFunctionDeclarator()
6107 SourceLocation EndLoc = PP.getLocForEndOfToken(D.getLocEnd()); in ParseMisplacedBracketDeclarator() local
6108 D.AddTypeInfo(DeclaratorChunk::getParen(SuggestParenLoc, EndLoc), attrs, in ParseMisplacedBracketDeclarator()
6129 SourceLocation EndLoc = PP.getLocForEndOfToken(D.getLocEnd()); in ParseMisplacedBracketDeclarator() local
6132 Diag(EndLoc, diag::err_brackets_go_after_unqualified_id) in ParseMisplacedBracketDeclarator()
6135 << FixItHint::CreateInsertion(EndLoc, ")") in ParseMisplacedBracketDeclarator()
6137 EndLoc, CharSourceRange(BracketRange, true)) in ParseMisplacedBracketDeclarator()
6140 Diag(EndLoc, diag::err_brackets_go_after_unqualified_id) in ParseMisplacedBracketDeclarator()
6143 EndLoc, CharSourceRange(BracketRange, true)) in ParseMisplacedBracketDeclarator()