Lines Matching refs:MsgRange

188   SourceRange MsgRange = Msg->getSourceRange();  in rewriteToSubscriptGetCommon()  local
192 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin(), in rewriteToSubscriptGetCommon()
195 commit.replaceWithInner(SourceRange(ArgRange.getBegin(), MsgRange.getEnd()), in rewriteToSubscriptGetCommon()
236 SourceRange MsgRange = Msg->getSourceRange(); in rewriteToArraySubscriptSet() local
241 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin(), in rewriteToArraySubscriptSet()
247 commit.replaceWithInner(SourceRange(Arg1Range.getBegin(), MsgRange.getEnd()), in rewriteToArraySubscriptSet()
270 SourceRange MsgRange = Msg->getSourceRange(); in rewriteToDictionarySubscriptSet() local
280 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin(), in rewriteToDictionarySubscriptSet()
283 commit.replaceWithInner(SourceRange(Arg0Range.getBegin(), MsgRange.getEnd()), in rewriteToDictionarySubscriptSet()
388 SourceRange MsgRange = Msg->getSourceRange(); in rewriteToArrayLiteral() local
393 commit.replace(MsgRange, "@[]"); in rewriteToArrayLiteral()
402 commit.replaceWithInner(MsgRange, ArgRange); in rewriteToArrayLiteral()
419 commit.replace(MsgRange, "@[]"); in rewriteToArrayLiteral()
424 commit.replaceWithInner(MsgRange, ArgRange); in rewriteToArrayLiteral()
492 SourceRange MsgRange = Msg->getSourceRange(); in rewriteToDictionaryLiteral() local
497 commit.replace(MsgRange, "@{}"); in rewriteToDictionaryLiteral()
518 commit.replaceWithInner(MsgRange, ValRange); in rewriteToDictionaryLiteral()
533 commit.replace(MsgRange, "@{}"); in rewriteToDictionaryLiteral()
555 commit.replaceWithInner(MsgRange, ArgRange); in rewriteToDictionaryLiteral()
577 commit.replace(MsgRange, "@{}"); in rewriteToDictionaryLiteral()
595 commit.replaceWithInner(MsgRange, ArgRange); in rewriteToDictionaryLiteral()