Home
last modified time | relevance | path

Searched refs:ValRange (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp510 SourceRange ValRange = Msg->getArg(0)->getSourceRange(); in rewriteToDictionaryLiteral() local
513 commit.insertBefore(ValRange.getBegin(), ": "); in rewriteToDictionaryLiteral()
514 commit.insertFromRange(ValRange.getBegin(), in rewriteToDictionaryLiteral()
517 commit.insertBefore(ValRange.getBegin(), "@{"); in rewriteToDictionaryLiteral()
518 commit.insertAfterToken(ValRange.getEnd(), "}"); in rewriteToDictionaryLiteral()
519 commit.replaceWithInner(MsgRange, ValRange); in rewriteToDictionaryLiteral()
542 SourceRange ValRange = Msg->getArg(i)->getSourceRange(); in rewriteToDictionaryLiteral() local
546 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true); in rewriteToDictionaryLiteral()
547 commit.remove(CharSourceRange::getCharRange(ValRange.getBegin(), in rewriteToDictionaryLiteral()
586 SourceRange ValRange = Vals[i]->getSourceRange(); in rewriteToDictionaryLiteral() local
[all …]