Lines Matching refs:EditedSource
34 void EditedSource::deconstructMacroArgLoc(SourceLocation Loc, in deconstructMacroArgLoc()
55 void EditedSource::startingCommit() {} in startingCommit()
57 void EditedSource::finishedCommit() { in finishedCommit()
69 StringRef EditedSource::copyString(const Twine &twine) { in copyString()
74 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset()
111 bool EditedSource::commitInsert(SourceLocation OrigLoc, in commitInsert()
141 bool EditedSource::commitInsertFromRange(SourceLocation OrigLoc, in commitInsertFromRange()
199 void EditedSource::commitRemove(SourceLocation OrigLoc, in commitRemove()
276 bool EditedSource::commit(const Commit &commit) { in commit()
281 EditedSource &Editor; in commit()
283 CommitRAII(EditedSource &Editor) : Editor(Editor) { in commit()
409 void EditedSource::applyRewrites(EditsReceiver &receiver, in applyRewrites()
449 void EditedSource::clearRewrites() { in clearRewrites()
454 StringRef EditedSource::getSourceText(FileOffset BeginOffs, FileOffset EndOffs, in getSourceText()
467 EditedSource::FileEditsTy::iterator
468 EditedSource::getActionForOffset(FileOffset Offs) { in getActionForOffset()