Searched refs:KeyRange (Results 1 – 1 of 1) sorted by relevance
510 SourceRange KeyRange = Msg->getArg(1)->getSourceRange(); in rewriteToDictionaryLiteral() local514 CharSourceRange::getTokenRange(KeyRange), in rewriteToDictionaryLiteral()542 SourceRange KeyRange = Msg->getArg(i+1)->getSourceRange(); in rewriteToDictionaryLiteral() local544 commit.insertAfterToken(KeyRange.getEnd(), ": "); in rewriteToDictionaryLiteral()545 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true); in rewriteToDictionaryLiteral()547 KeyRange.getBegin())); in rewriteToDictionaryLiteral()586 SourceRange KeyRange = Keys[i]->getSourceRange(); in rewriteToDictionaryLiteral() local588 commit.insertAfterToken(KeyRange.getEnd(), ": "); in rewriteToDictionaryLiteral()589 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true); in rewriteToDictionaryLiteral()