Home | History | Annotate | Download | only in Parse

Lines Matching refs:endLoc

123                                 SourceLocation *endLoc,
162 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc, nullptr,
191 if (endLoc)
192 *endLoc = Loc;
243 SourceLocation *EndLoc,
271 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName,
325 if (EndLoc)
326 *EndLoc = RParen;
336 SourceLocation *EndLoc,
348 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName,
352 ParseObjCBridgeRelatedAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc,
356 ParseTypeTagForDatatypeAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc,
360 ParseAttributeWithTypeArg(*AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName,
379 ParseAttributeArgsCommon(AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName,
621 SourceLocation EndLoc = SkipExtendedMicrosoftTypeAttributes();
623 if (EndLoc.isValid()) {
624 SourceRange Range(StartLoc, EndLoc);
630 SourceLocation EndLoc;
647 EndLoc = ConsumeToken();
650 return EndLoc;
825 SourceLocation *endLoc,
965 if (endLoc)
966 *endLoc = T.getCloseLocation();
1013 SourceLocation *endLoc,
1069 if (endLoc)
1070 *endLoc = T.getCloseLocation();
1167 SourceLocation endLoc;
1191 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc,
1205 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc,
1234 SourceLocation *EndLoc,
1289 if (EndLoc)
1290 *EndLoc = T.getCloseLocation();
1319 SourceLocation EndLoc = ConsumeBracket();
1321 << SourceRange(BeginLoc, EndLoc);
2392 SourceLocation *EndLoc) {
2411 if (EndLoc)
2412 *EndLoc = T.getCloseLocation();
4540 SourceLocation EndLoc;
4631 if (EndLoc.isValid())
4632 DS.SetRangeEnd(EndLoc);
4641 EndLoc = ConsumeToken();
5298 EndLoc is the end location for the function declarator.
5300 SourceLocation StartLoc, LocalEndLoc, EndLoc;
5314 EndLoc = RParenLoc;
5328 EndLoc = RParenLoc;
5339 EndLoc = DS.getSourceRange().getEnd();
5347 EndLoc = RefQualifierLoc;
5399 EndLoc = ESpecRange.getEnd();
5406 LocalEndLoc = EndLoc;
5414 EndLoc = Range.getEnd();
5440 FnAttrs, EndLoc);
5907 SourceLocation EndLoc = PP.getLocForEndOfToken(D.getLocEnd());
5908 D.AddTypeInfo(DeclaratorChunk::getParen(SuggestParenLoc, EndLoc), attrs,
5929 SourceLocation EndLoc = PP.getLocForEndOfToken(D.getLocEnd());
5932 Diag(EndLoc, diag::err_brackets_go_after_unqualified_id)
5935 << FixItHint::CreateInsertion(EndLoc, ")")
5937 EndLoc, CharSourceRange(BracketRange, true))
5940 Diag(EndLoc, diag::err_brackets_go_after_unqualified_id)
5943 EndLoc, CharSourceRange(BracketRange, true))