Home | History | Annotate | Download | only in Parse

Lines Matching refs:EndLoc

123                                 SourceLocation *endLoc,
160 ParseGNUAttributeArgs(AttrName, AttrNameLoc, attrs, endLoc, nullptr,
189 if (endLoc)
190 *endLoc = Loc;
241 SourceLocation *EndLoc) {
266 ParsedAttributes &Attrs, SourceLocation *EndLoc, IdentifierInfo *ScopeName,
319 if (EndLoc)
320 *EndLoc = RParen;
330 SourceLocation *EndLoc,
345 ParseAvailabilityAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
350 ParseObjCBridgeRelatedAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
356 ParseTypeTagForDatatypeAttribute(*AttrName, AttrNameLoc, Attrs, EndLoc);
362 ParseAttributeWithTypeArg(*AttrName, AttrNameLoc, Attrs, EndLoc);
380 ParseAttributeArgsCommon(AttrName, AttrNameLoc, Attrs, EndLoc, ScopeName,
766 SourceLocation *endLoc) {
879 if (endLoc)
880 *endLoc = T.getCloseLocation();
927 SourceLocation *endLoc) {
980 if (endLoc)
981 *endLoc = T.getCloseLocation();
1072 SourceLocation endLoc;
1096 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc,
1110 ParseGNUAttributeArgs(&LA.AttrName, LA.AttrNameLoc, Attrs, &endLoc,
1142 SourceLocation *EndLoc) {
1195 if (EndLoc)
1196 *EndLoc = T.getCloseLocation();
1225 SourceLocation EndLoc = ConsumeBracket();
1227 << SourceRange(BeginLoc, EndLoc);
2267 SourceLocation *EndLoc) {
2286 if (EndLoc)
2287 *EndLoc = T.getCloseLocation();
4382 SourceLocation EndLoc;
4464 if (EndLoc.isValid())
4465 DS.SetRangeEnd(EndLoc);
4474 EndLoc = ConsumeToken();
5090 EndLoc is the end location for the function declarator.
5092 SourceLocation StartLoc, LocalEndLoc, EndLoc;
5106 EndLoc = RParenLoc;
5120 EndLoc = RParenLoc;
5132 EndLoc = DS.getSourceRange().getEnd();
5145 EndLoc = RefQualifierLoc;
5177 EndLoc = ESpecRange.getEnd();
5184 LocalEndLoc = EndLoc;
5192 EndLoc = Range.getEnd();
5216 FnAttrs, EndLoc);
5636 SourceLocation EndLoc = PP.getLocForEndOfToken(D.getLocEnd());
5637 D.AddTypeInfo(DeclaratorChunk::getParen(SuggestParenLoc, EndLoc), attrs,
5658 SourceLocation EndLoc = PP.getLocForEndOfToken(D.getLocEnd());
5661 Diag(EndLoc, diag::err_brackets_go_after_unqualified_id)
5664 << FixItHint::CreateInsertion(EndLoc, ")")
5666 EndLoc, CharSourceRange(BracketRange, true))
5669 Diag(EndLoc, diag::err_brackets_go_after_unqualified_id)
5672 EndLoc, CharSourceRange(BracketRange, true))