HomeSort by relevance Sort by last modified time
    Searched refs:MsgRange (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 189 SourceRange MsgRange = Msg->getSourceRange();
193 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin(),
196 commit.replaceWithInner(SourceRange(ArgRange.getBegin(), MsgRange.getEnd()),
237 SourceRange MsgRange = Msg->getSourceRange();
242 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin(),
248 commit.replaceWithInner(SourceRange(Arg1Range.getBegin(), MsgRange.getEnd()),
271 SourceRange MsgRange = Msg->getSourceRange();
281 commit.replaceWithInner(CharSourceRange::getCharRange(MsgRange.getBegin(),
284 commit.replaceWithInner(SourceRange(Arg0Range.getBegin(), MsgRange.getEnd()),
389 SourceRange MsgRange = Msg->getSourceRange()
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 253 SourceRange MsgRange = Msg->getSourceRange();
281 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), "");
282 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), "");
305 commit.replace(SourceRange(MsgRange.getBegin(), MsgRange.getBegin()), "");
306 commit.replace(SourceRange(MsgRange.getEnd(), MsgRange.getEnd()), "");
    [all...]

Completed in 177 milliseconds