Home | History | Annotate | Download | only in Parse

Lines Matching defs:EndLoc

124                                 SourceLocation *endLoc,
163 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc, nullptr,
192 if (endLoc)
193 *endLoc = Loc;
244 SourceLocation *EndLoc,
272 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName,
326 if (EndLoc)
327 *EndLoc = RParen;
337 SourceLocation *EndLoc,
349 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName,
353 ParseObjCBridgeRelatedAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc,
357 ParseTypeTagForDatatypeAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc,
361 ParseAttributeWithTypeArg(*AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName,
381 ParseAttributeArgsCommon(AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName,
629 SourceLocation EndLoc = SkipExtendedMicrosoftTypeAttributes();
631 if (EndLoc.isValid()) {
632 SourceRange Range(StartLoc, EndLoc);
638 SourceLocation EndLoc;
655 EndLoc = ConsumeToken();
658 return EndLoc;
855 SourceLocation *endLoc,
995 if (endLoc)
996 *endLoc = T.getCloseLocation();
1043 SourceLocation *endLoc,
1099 if (endLoc)
1100 *endLoc = T.getCloseLocation();
1195 SourceLocation endLoc;
1219 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc,
1233 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc,
1262 SourceLocation *EndLoc,
1317 if (EndLoc)
1318 *EndLoc = T.getCloseLocation();
1347 SourceLocation EndLoc = ConsumeBracket();
1349 << SourceRange(BeginLoc, EndLoc);
2456 SourceLocation *EndLoc) {
2475 if (EndLoc)
2476 *EndLoc = T.getCloseLocation();
3442 SourceLocation EndLoc;
3443 TypeResult Type = parseObjCProtocolQualifierType(EndLoc);
3450 DS.SetRangeEnd(EndLoc);
4717 SourceLocation EndLoc;
4823 if (EndLoc.isValid())
4824 DS.SetRangeEnd(EndLoc);
4833 EndLoc = ConsumeToken();
5498 EndLoc is the end location for the function declarator.
5500 SourceLocation StartLoc, LocalEndLoc, EndLoc;
5514 EndLoc = RParenLoc;
5528 EndLoc = RParenLoc;
5539 EndLoc = DS.getSourceRange().getEnd();
5547 EndLoc = RefQualifierLoc;
5599 EndLoc = ESpecRange.getEnd();
5606 LocalEndLoc = EndLoc;
5614 EndLoc = Range.getEnd();
5640 FnAttrs, EndLoc);
6107 SourceLocation EndLoc = PP.getLocForEndOfToken(D.getLocEnd());
6108 D.AddTypeInfo(DeclaratorChunk::getParen(SuggestParenLoc, EndLoc), attrs,
6129 SourceLocation EndLoc = PP.getLocForEndOfToken(D.getLocEnd());
6132 Diag(EndLoc, diag::err_brackets_go_after_unqualified_id)
6135 << FixItHint::CreateInsertion(EndLoc, ")")
6137 EndLoc, CharSourceRange(BracketRange, true))
6140 Diag(EndLoc
6143 EndLoc, CharSourceRange(BracketRange, true))