Lines Matching refs:EndLoc
269 SourceLocation EndLoc = Msg->getSelectorLoc(0); in rewriteToPropertyDotSyntax() local
270 SourceRange SpaceRange(BegLoc, EndLoc); in rewriteToPropertyDotSyntax()
299 SourceLocation EndLoc = RHS->getBeginLoc(); in rewriteToPropertyDotSyntax() local
300 EndLoc = EndLoc.getLocWithOffset(-1); in rewriteToPropertyDotSyntax()
301 const char *colon = PP.getSourceManager().getCharacterData(EndLoc); in rewriteToPropertyDotSyntax()
305 SourceRange Range(BegLoc, EndLoc); in rewriteToPropertyDotSyntax()
555 SourceLocation EndLoc = Setter->getDeclaratorEndLoc(); in rewriteToObjCProperty() local
557 EndLoc = EndLoc.getLocWithOffset(1); in rewriteToObjCProperty()
562 commit.remove(SourceRange(BeginOfSetterDclLoc, EndLoc)); in rewriteToObjCProperty()
668 SourceLocation EndLoc = in rewriteToObjCInterfaceDecl() local
688 EndLoc = *PL; in rewriteToObjCInterfaceDecl()
691 commit.insertAfterToken(EndLoc, ClassString); in rewriteToObjCInterfaceDecl()
777 SourceLocation EndLoc = EnumDcl->getBraceRange().getBegin(); in rewriteToNSMacroDecl() local
778 if (EndLoc.isInvalid()) in rewriteToNSMacroDecl()
781 CharSourceRange::getCharRange(EnumDcl->getBeginLoc(), EndLoc); in rewriteToNSMacroDecl()
817 SourceLocation EndLoc = Enumerator->getEndLoc(); in UseNSOptionsMacro() local
819 if (!PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true)) in UseNSOptionsMacro()
1403 SourceLocation EndLoc = LastFD->getEndLoc(); in AnnotateImplicitBridging() local
1405 EndLoc = PP.getLocForEndOfToken(EndLoc); in AnnotateImplicitBridging()
1411 bool Failed = PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true); in AnnotateImplicitBridging()
1413 EndLoc = Tok.getLocation(); in AnnotateImplicitBridging()
1415 commit.insertAfterToken(EndLoc, PragmaString); in AnnotateImplicitBridging()