Lines Matching refs:EditedSource
26 StringRef EditedSource::copyString(const Twine &twine) { in copyString()
31 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset()
53 bool EditedSource::commitInsert(SourceLocation OrigLoc, in commitInsert()
83 bool EditedSource::commitInsertFromRange(SourceLocation OrigLoc, in commitInsertFromRange()
141 void EditedSource::commitRemove(SourceLocation OrigLoc, in commitRemove()
218 bool EditedSource::commit(const Commit &commit) { in commit()
338 void EditedSource::applyRewrites(EditsReceiver &receiver) { in applyRewrites()
375 void EditedSource::clearRewrites() { in clearRewrites()
380 StringRef EditedSource::getSourceText(FileOffset BeginOffs, FileOffset EndOffs, in getSourceText()
393 EditedSource::FileEditsTy::iterator
394 EditedSource::getActionForOffset(FileOffset Offs) { in getActionForOffset()