Searched refs:KeyRange (Results 1 – 1 of 1) sorted by relevance
511 SourceRange KeyRange = Msg->getArg(1)->getSourceRange(); in rewriteToDictionaryLiteral() local515 CharSourceRange::getTokenRange(KeyRange), in rewriteToDictionaryLiteral()543 SourceRange KeyRange = Msg->getArg(i+1)->getSourceRange(); in rewriteToDictionaryLiteral() local545 commit.insertAfterToken(KeyRange.getEnd(), ": "); in rewriteToDictionaryLiteral()546 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true); in rewriteToDictionaryLiteral()548 KeyRange.getBegin())); in rewriteToDictionaryLiteral()587 SourceRange KeyRange = Keys[i]->getSourceRange(); in rewriteToDictionaryLiteral() local589 commit.insertAfterToken(KeyRange.getEnd(), ": "); in rewriteToDictionaryLiteral()590 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true); in rewriteToDictionaryLiteral()