Home | History | Annotate | Download | only in Parse

Lines Matching defs:EndLoc

110                                 SourceLocation *endLoc,
157 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc);
170 if (endLoc)
171 *endLoc = Loc;
180 SourceLocation *EndLoc) {
186 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
192 ParseThreadSafetyAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
197 ParseTypeTagForDatatypeAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
660 SourceLocation *endLoc) {
784 if (endLoc)
785 *endLoc = T.getCloseLocation();
901 SourceLocation endLoc;
926 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc);
938 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc);
1000 SourceLocation *EndLoc) {
1028 if (EndLoc)
1029 *EndLoc = T.getCloseLocation();
1035 SourceLocation *EndLoc) {
1092 if (EndLoc)
1093 *EndLoc = T.getCloseLocation();
1122 SourceLocation EndLoc = ConsumeBracket();
1124 << SourceRange(BeginLoc, EndLoc);
2050 SourceLocation *endLoc) {
2069 if (endLoc)
2070 *endLoc = T.getCloseLocation();
3925 SourceLocation EndLoc;
3995 if (EndLoc.isValid())
3996 DS.SetRangeEnd(EndLoc);
4005 EndLoc = ConsumeToken();
4574 SourceLocation EndLoc;
4582 EndLoc = Tracker.getCloseLocation();
4593 EndLoc = Tracker.getCloseLocation();
4603 EndLoc = DS.getSourceRange().getEnd();
4616 EndLoc = RefQualifierLoc;
4642 EndLoc = ESpecRange.getEnd();
4654 EndLoc = Range.getEnd();
4676 EndLoc, D,
4678 FnAttrs, EndLoc);