Home | History | Annotate | Download | only in Parse

Lines Matching refs:endLoc

108                                 SourceLocation *endLoc,
155 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc);
168 if (endLoc)
169 *endLoc = Loc;
178 SourceLocation *EndLoc) {
184 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
190 ParseThreadSafetyAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
549 SourceLocation *endLoc) {
673 if (endLoc)
674 *endLoc = T.getCloseLocation();
793 SourceLocation endLoc;
810 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc);
822 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc);
883 SourceLocation *EndLoc) {
911 if (EndLoc)
912 *EndLoc = T.getCloseLocation();
941 SourceLocation EndLoc = ConsumeBracket();
943 << SourceRange(BeginLoc, EndLoc);
1779 SourceLocation *endLoc) {
1798 if (endLoc)
1799 *endLoc = T.getCloseLocation();
3562 SourceLocation EndLoc;
3632 if (EndLoc.isValid())
3633 DS.SetRangeEnd(EndLoc);
3642 EndLoc = ConsumeToken();
4206 SourceLocation EndLoc;
4214 EndLoc = Tracker.getCloseLocation();
4225 EndLoc = Tracker.getCloseLocation();
4235 EndLoc = DS.getSourceRange().getEnd();
4248 EndLoc = RefQualifierLoc;
4280 EndLoc = ESpecRange.getEnd();
4292 EndLoc = Range.getEnd();
4315 EndLoc, D,
4317 FnAttrs, EndLoc);