Home | History | Annotate | Download | only in Parse

Lines Matching refs:endLoc

1327   // EndLoc, if non-NULL, is filled with the location of the last token of
1329 ExprResult ParseSimpleAsm(SourceLocation *EndLoc = nullptr);
1397 SourceLocation &endLoc);
1630 // EndLoc is filled with the location of the last token of the specification.
2226 ParsedAttributes &Attrs, SourceLocation *EndLoc,
2234 SourceLocation endLoc;
2235 ParseGNUAttributes(attrs, &endLoc, LateAttrs, &D);
2236 D.takeAttributes(attrs, endLoc);
2240 SourceLocation *endLoc = nullptr,
2243 ParseGNUAttributes(attrs, endLoc, LateAttrs);
2246 SourceLocation *endLoc = nullptr,
2252 SourceLocation *EndLoc,
2261 ParsedAttributes &Attrs, SourceLocation *EndLoc,
2268 SourceLocation endLoc;
2269 ParseCXX11Attributes(attrs, &endLoc);
2270 D.takeAttributes(attrs, endLoc);
2274 SourceLocation *endLoc = nullptr) {
2277 ParseCXX11Attributes(attrsWithRange, endLoc);
2282 SourceLocation *endLoc = nullptr,
2286 ParseCXX11Attributes(attrs, endLoc);
2290 SourceLocation *EndLoc = nullptr);
2292 SourceLocation *EndLoc = nullptr);
2297 ParsedAttributes &Attrs, SourceLocation *EndLoc,
2304 SourceLocation *endLoc = nullptr) {
2306 ParseMicrosoftAttributes(attrs, endLoc);
2310 SourceLocation *endLoc = nullptr);
2346 SourceLocation *endLoc,
2357 SourceLocation *EndLoc,
2365 SourceLocation *endLoc,
2373 SourceLocation *EndLoc,
2381 SourceLocation *EndLoc,
2390 SourceLocation EndLoc);
2397 SourceLocation *endLoc = nullptr);