• Home
  • Raw
  • Download

Lines Matching refs:MsgRange

189   SourceRange MsgRange = Msg->getSourceRange();  in rewriteToSubscriptGetCommon()  local
193 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin(), in rewriteToSubscriptGetCommon()
196 commit.replaceWithInner(SourceRange(ArgRange.getBegin(), MsgRange.getEnd()), in rewriteToSubscriptGetCommon()
237 SourceRange MsgRange = Msg->getSourceRange(); in rewriteToArraySubscriptSet() local
242 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin(), in rewriteToArraySubscriptSet()
248 commit.replaceWithInner(SourceRange(Arg1Range.getBegin(), MsgRange.getEnd()), in rewriteToArraySubscriptSet()
271 SourceRange MsgRange = Msg->getSourceRange(); in rewriteToDictionarySubscriptSet() local
281 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin(), in rewriteToDictionarySubscriptSet()
284 commit.replaceWithInner(SourceRange(Arg0Range.getBegin(), MsgRange.getEnd()), in rewriteToDictionarySubscriptSet()
389 SourceRange MsgRange = Msg->getSourceRange(); in rewriteToArrayLiteral() local
394 commit.replace(MsgRange, "@[]"); in rewriteToArrayLiteral()
403 commit.replaceWithInner(MsgRange, ArgRange); in rewriteToArrayLiteral()
420 commit.replace(MsgRange, "@[]"); in rewriteToArrayLiteral()
425 commit.replaceWithInner(MsgRange, ArgRange); in rewriteToArrayLiteral()
493 SourceRange MsgRange = Msg->getSourceRange(); in rewriteToDictionaryLiteral() local
498 commit.replace(MsgRange, "@{}"); in rewriteToDictionaryLiteral()
519 commit.replaceWithInner(MsgRange, ValRange); in rewriteToDictionaryLiteral()
534 commit.replace(MsgRange, "@{}"); in rewriteToDictionaryLiteral()
556 commit.replaceWithInner(MsgRange, ArgRange); in rewriteToDictionaryLiteral()
578 commit.replace(MsgRange, "@{}"); in rewriteToDictionaryLiteral()
597 commit.replaceWithInner(MsgRange, ArgRange); in rewriteToDictionaryLiteral()