Home | History | Annotate | Download | only in ARCMigrate

Lines Matching refs:EndLoc

450     SourceLocation EndLoc = Setter->getDeclaratorEndLoc();
452 EndLoc = EndLoc.getLocWithOffset(1);
457 commit.remove(SourceRange(BeginOfSetterDclLoc, EndLoc));
566 SourceLocation EndLoc =
586 EndLoc = *PL;
589 commit.insertAfterToken(EndLoc, ClassString);
683 SourceLocation EndLoc = Enumerator->getLocEnd();
685 if (!PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true))
1281 SourceLocation EndLoc = LastFD->getLocEnd();
1283 EndLoc = PP.getLocForEndOfToken(EndLoc);
1285 // For Methods, EndLoc points to the ending semcolon. So,
1289 bool Failed = PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true);
1291 EndLoc = Tok.getLocation();
1293 commit.insertAfterToken(EndLoc, PragmaString);