• Home
  • History
  • Annotate
  • Raw
  • Download

Lines Matching refs:EndLoc

275       SourceLocation EndLoc = Msg->getSelectorLoc(0);  in rewriteToPropertyDotSyntax()  local
276 SourceRange SpaceRange(BegLoc, EndLoc); in rewriteToPropertyDotSyntax()
305 SourceLocation EndLoc = RHS->getLocStart(); in rewriteToPropertyDotSyntax() local
306 EndLoc = EndLoc.getLocWithOffset(-1); in rewriteToPropertyDotSyntax()
307 const char *colon = PP.getSourceManager().getCharacterData(EndLoc); in rewriteToPropertyDotSyntax()
311 SourceRange Range(BegLoc, EndLoc); in rewriteToPropertyDotSyntax()
562 SourceLocation EndLoc = Setter->getDeclaratorEndLoc(); in rewriteToObjCProperty() local
564 EndLoc = EndLoc.getLocWithOffset(1); in rewriteToObjCProperty()
569 commit.remove(SourceRange(BeginOfSetterDclLoc, EndLoc)); in rewriteToObjCProperty()
678 SourceLocation EndLoc = in rewriteToObjCInterfaceDecl() local
698 EndLoc = *PL; in rewriteToObjCInterfaceDecl()
701 commit.insertAfterToken(EndLoc, ClassString); in rewriteToObjCInterfaceDecl()
786 SourceLocation EndLoc; in rewriteToNSMacroDecl() local
790 EndLoc = TLoc.getLocEnd(); in rewriteToNSMacroDecl()
791 const char *lbrace = Ctx.getSourceManager().getCharacterData(EndLoc); in rewriteToNSMacroDecl()
797 EndLoc = EndLoc.getLocWithOffset(count-1); in rewriteToNSMacroDecl()
800 EndLoc = EnumDcl->getLocStart(); in rewriteToNSMacroDecl()
801 SourceRange R(EnumDcl->getLocStart(), EndLoc); in rewriteToNSMacroDecl()
837 SourceLocation EndLoc = Enumerator->getLocEnd(); in UseNSOptionsMacro() local
839 if (!PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true)) in UseNSOptionsMacro()
1424 SourceLocation EndLoc = LastFD->getLocEnd(); in AnnotateImplicitBridging() local
1426 EndLoc = PP.getLocForEndOfToken(EndLoc); in AnnotateImplicitBridging()
1432 bool Failed = PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true); in AnnotateImplicitBridging()
1434 EndLoc = Tok.getLocation(); in AnnotateImplicitBridging()
1436 commit.insertAfterToken(EndLoc, PragmaString); in AnnotateImplicitBridging()