Lines Matching refs:EditedSource
26 void EditedSource::deconstructMacroArgLoc(SourceLocation Loc, in deconstructMacroArgLoc()
41 void EditedSource::startingCommit() {} in startingCommit()
43 void EditedSource::finishedCommit() { in finishedCommit()
56 StringRef EditedSource::copyString(const Twine &twine) { in copyString()
61 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset()
95 bool EditedSource::commitInsert(SourceLocation OrigLoc, in commitInsert()
125 bool EditedSource::commitInsertFromRange(SourceLocation OrigLoc, in commitInsertFromRange()
183 void EditedSource::commitRemove(SourceLocation OrigLoc, in commitRemove()
260 bool EditedSource::commit(const Commit &commit) { in commit()
265 EditedSource &Editor; in commit()
266 CommitRAII(EditedSource &Editor) : Editor(Editor) { in commit()
390 void EditedSource::applyRewrites(EditsReceiver &receiver) { in applyRewrites()
427 void EditedSource::clearRewrites() { in clearRewrites()
432 StringRef EditedSource::getSourceText(FileOffset BeginOffs, FileOffset EndOffs, in getSourceText()
445 EditedSource::FileEditsTy::iterator
446 EditedSource::getActionForOffset(FileOffset Offs) { in getActionForOffset()