Lines Matching refs:EndLoc

266       SourceLocation EndLoc = Msg->getSelectorLoc(0);  in rewriteToPropertyDotSyntax()  local
267 SourceRange SpaceRange(BegLoc, EndLoc); in rewriteToPropertyDotSyntax()
296 SourceLocation EndLoc = RHS->getBeginLoc(); in rewriteToPropertyDotSyntax() local
297 EndLoc = EndLoc.getLocWithOffset(-1); in rewriteToPropertyDotSyntax()
298 const char *colon = PP.getSourceManager().getCharacterData(EndLoc); in rewriteToPropertyDotSyntax()
302 SourceRange Range(BegLoc, EndLoc); in rewriteToPropertyDotSyntax()
551 SourceLocation EndLoc = Setter->getDeclaratorEndLoc(); in rewriteToObjCProperty() local
553 EndLoc = EndLoc.getLocWithOffset(1); in rewriteToObjCProperty()
558 commit.remove(SourceRange(BeginOfSetterDclLoc, EndLoc)); in rewriteToObjCProperty()
664 SourceLocation EndLoc = in rewriteToObjCInterfaceDecl() local
684 EndLoc = *PL; in rewriteToObjCInterfaceDecl()
687 commit.insertAfterToken(EndLoc, ClassString); in rewriteToObjCInterfaceDecl()
773 SourceLocation EndLoc = EnumDcl->getBraceRange().getBegin(); in rewriteToNSMacroDecl() local
774 if (EndLoc.isInvalid()) in rewriteToNSMacroDecl()
777 CharSourceRange::getCharRange(EnumDcl->getBeginLoc(), EndLoc); in rewriteToNSMacroDecl()
813 SourceLocation EndLoc = Enumerator->getEndLoc(); in UseNSOptionsMacro() local
815 if (!PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true)) in UseNSOptionsMacro()
1397 SourceLocation EndLoc = LastFD->getEndLoc(); in AnnotateImplicitBridging() local
1399 EndLoc = PP.getLocForEndOfToken(EndLoc); in AnnotateImplicitBridging()
1405 bool Failed = PP.getRawToken(EndLoc, Tok, /*IgnoreWhiteSpace=*/true); in AnnotateImplicitBridging()
1407 EndLoc = Tok.getLocation(); in AnnotateImplicitBridging()
1409 commit.insertAfterToken(EndLoc, PragmaString); in AnnotateImplicitBridging()