• Home
  • Raw
  • Download

Lines Matching +defs:text +defs:I

285 void TransformActionsImpl::insert(SourceLocation loc, StringRef text) {  in insert()
295 void TransformActionsImpl::insertAfterToken(SourceLocation loc, StringRef text) { in insertAfterToken()
321 void TransformActionsImpl::replace(SourceRange range, StringRef text) { in replace()
338 void TransformActionsImpl::replaceText(SourceLocation loc, StringRef text, in replaceText()
350 void TransformActionsImpl::replaceStmt(Stmt *S, StringRef text) { in replaceStmt()
417 bool TransformActionsImpl::canReplaceText(SourceLocation loc, StringRef text) { in canReplaceText()
436 void TransformActionsImpl::commitInsert(SourceLocation loc, StringRef text) { in commitInsert()
441 StringRef text) { in commitInsertAfterToken()
480 StringRef text, in commitReplaceText()
505 void TransformActionsImpl::addInsertion(SourceLocation loc, StringRef text) { in addInsertion()
508 for (const CharRange &I : llvm::reverse(Removals)) { in addInsertion() local
526 std::list<CharRange>::iterator I = Removals.end(); in addRemoval() local
557 for (InsertsMap::iterator I = Inserts.begin(), E = Inserts.end(); I!=E; ++I) { in applyRewrites() local
566 I = IndentationRanges.begin(), E = IndentationRanges.end(); I!=E; ++I) { in applyRewrites() local
573 I = Removals.begin(), E = Removals.end(); I != E; ++I) { in applyRewrites() local
582 StringRef TransformActionsImpl::getUniqueText(StringRef text) { in getUniqueText()
623 void TransformActions::insert(SourceLocation loc, StringRef text) { in insert()
628 StringRef text) { in insertAfterToken()
640 void TransformActions::replace(SourceRange range, StringRef text) { in replace()
649 void TransformActions::replaceStmt(Stmt *S, StringRef text) { in replaceStmt()
653 void TransformActions::replaceText(SourceLocation loc, StringRef text, in replaceText()