Searched defs:KeyRange (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Edit/
H A DRewriteObjCFoundationAPI.cpp511 SourceRange KeyRange = Msg->getArg(1)->getSourceRange(); local
515 CharSourceRange::getTokenRange(KeyRange),
543 SourceRange KeyRange = Msg->getArg(i+1)->getSourceRange(); local
545 commit.insertAfterToken(KeyRange.getEnd(), ": ");
546 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true);
548 KeyRange.getBegin()));
587 SourceRange KeyRange = Keys[i]->getSourceRange(); local
589 commit.insertAfterToken(KeyRange.getEnd(), ": ");
590 commit.insertFromRange(KeyRange.getEnd(), ValRange, /*afterToken=*/true);

Completed in 55 milliseconds