Home | History | Annotate | Download | only in Parse

Lines Matching defs:EndLoc

665   SourceLocation EndLoc;
669 EndLoc = Tok.getAnnotationEndLoc();
673 return EndLoc;
717 EndLoc = T.getCloseLocation();
728 return EndLoc;
733 SourceLocation EndLoc) {
743 Tok.setAnnotationEndLoc(EndLoc);
2362 SourceLocation EndLoc;
2364 EndLoc = Tok.getLocation();
2367 EndLoc = Tok.getLocation();
2369 Diag(EndLoc, diag::err_expected_colon)
2370 << FixItHint::CreateReplacement(EndLoc, ":");
2372 EndLoc = ASLoc.getLocWithOffset(TokLength);
2373 Diag(EndLoc, diag::err_expected_colon)
2374 << FixItHint::CreateInsertion(EndLoc, ":");
2377 if (Actions.ActOnAccessSpecifier(AS, ASLoc, EndLoc,
2890 SourceLocation *endLoc) {
2893 ParseAlignmentSpecifier(attrs, endLoc);
2980 if (endLoc)
2981 *endLoc = Tok.getLocation();
2991 SourceLocation *endLoc) {
2993 if (!endLoc)
2994 endLoc = &Loc;
2997 ParseCXX11AttributeSpecifier(attrs, endLoc);
3000 attrs.Range = SourceRange(StartLoc, *endLoc);
3012 SourceLocation *endLoc) {
3019 if (endLoc) *endLoc = Tok.getLocation();