Home | History | Annotate | Download | only in Parse

Lines Matching refs:endLoc

116                                 SourceLocation *endLoc,
163 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc,
177 if (endLoc)
178 *endLoc = Loc;
194 SourceLocation *EndLoc,
203 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
209 ParseThreadSafetyAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
214 ParseTypeTagForDatatypeAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
813 SourceLocation *endLoc) {
938 if (endLoc)
939 *endLoc = T.getCloseLocation();
1059 SourceLocation endLoc;
1083 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc,
1096 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc,
1159 SourceLocation *EndLoc) {
1188 if (EndLoc)
1189 *EndLoc = T.getCloseLocation();
1195 SourceLocation *EndLoc) {
1252 if (EndLoc)
1253 *EndLoc = T.getCloseLocation();
1282 SourceLocation EndLoc = ConsumeBracket();
1284 << SourceRange(BeginLoc, EndLoc);
2293 SourceLocation *EndLoc) {
2312 if (EndLoc)
2313 *EndLoc = T.getCloseLocation();
4310 SourceLocation EndLoc;
4388 if (EndLoc.isValid())
4389 DS.SetRangeEnd(EndLoc);
4398 EndLoc = ConsumeToken();
4993 EndLoc is the end location for the function declarator.
4995 SourceLocation StartLoc, LocalEndLoc, EndLoc;
5009 EndLoc = RParenLoc;
5022 EndLoc = RParenLoc;
5034 EndLoc = DS.getSourceRange().getEnd();
5047 EndLoc = RefQualifierLoc;
5078 EndLoc = ESpecRange.getEnd();
5085 LocalEndLoc = EndLoc;
5093 EndLoc = Range.getEnd();
5117 FnAttrs, EndLoc);