• Home
  • Raw
  • Download

Lines Matching refs:EndLoc

265       SourceLocation EndLoc = Msg->getSelectorLoc(0);  in rewriteToPropertyDotSyntax()  local
266 SourceRange SpaceRange(BegLoc, EndLoc); in rewriteToPropertyDotSyntax()
295 SourceLocation EndLoc = RHS->getLocStart(); in rewriteToPropertyDotSyntax() local
296 EndLoc = EndLoc.getLocWithOffset(-1); in rewriteToPropertyDotSyntax()
297 const char *colon = PP.getSourceManager().getCharacterData(EndLoc); in rewriteToPropertyDotSyntax()
301 SourceRange Range(BegLoc, EndLoc); in rewriteToPropertyDotSyntax()
552 SourceLocation EndLoc = Setter->getDeclaratorEndLoc(); in rewriteToObjCProperty() local
554 EndLoc = EndLoc.getLocWithOffset(1); in rewriteToObjCProperty()
559 commit.remove(SourceRange(BeginOfSetterDclLoc, EndLoc)); in rewriteToObjCProperty()
666 SourceLocation EndLoc = in rewriteToObjCInterfaceDecl() local
686 EndLoc = *PL; in rewriteToObjCInterfaceDecl()
689 commit.insertAfterToken(EndLoc, ClassString); in rewriteToObjCInterfaceDecl()
774 SourceLocation EndLoc; in rewriteToNSMacroDecl() local
778 EndLoc = TLoc.getLocEnd(); in rewriteToNSMacroDecl()
779 const char *lbrace = Ctx.getSourceManager().getCharacterData(EndLoc); in rewriteToNSMacroDecl()
785 EndLoc = EndLoc.getLocWithOffset(count-1); in rewriteToNSMacroDecl()
788 EndLoc = EnumDcl->getLocStart(); in rewriteToNSMacroDecl()
789 SourceRange R(EnumDcl->getLocStart(), EndLoc); in rewriteToNSMacroDecl()
825 SourceLocation EndLoc = Enumerator->getLocEnd(); in UseNSOptionsMacro() local
827 if (!PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true)) in UseNSOptionsMacro()
1412 SourceLocation EndLoc = LastFD->getLocEnd(); in AnnotateImplicitBridging() local
1414 EndLoc = PP.getLocForEndOfToken(EndLoc); in AnnotateImplicitBridging()
1420 bool Failed = PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true); in AnnotateImplicitBridging()
1422 EndLoc = Tok.getLocation(); in AnnotateImplicitBridging()
1424 commit.insertAfterToken(EndLoc, PragmaString); in AnnotateImplicitBridging()