Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp510 SourceRange KeyRange = Msg->getArg(1)->getSourceRange(); in rewriteToDictionaryLiteral() local
514 CharSourceRange::getTokenRange(KeyRange), in rewriteToDictionaryLiteral()
542 SourceRange KeyRange = Msg->getArg(i+1)->getSourceRange(); in rewriteToDictionaryLiteral() local
544 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() local
588 commit.insertAfterToken(KeyRange.getEnd(), ": "); in rewriteToDictionaryLiteral()
589 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true); in rewriteToDictionaryLiteral()