Lines Matching refs:EditedSource
35 void EditedSource::deconstructMacroArgLoc(SourceLocation Loc, in deconstructMacroArgLoc()
56 void EditedSource::startingCommit() {} in startingCommit()
58 void EditedSource::finishedCommit() { in finishedCommit()
70 StringRef EditedSource::copyString(const Twine &twine) { in copyString()
75 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset()
112 bool EditedSource::commitInsert(SourceLocation OrigLoc, in commitInsert()
142 bool EditedSource::commitInsertFromRange(SourceLocation OrigLoc, in commitInsertFromRange()
200 void EditedSource::commitRemove(SourceLocation OrigLoc, in commitRemove()
277 bool EditedSource::commit(const Commit &commit) { in commit()
282 EditedSource &Editor; in commit()
284 CommitRAII(EditedSource &Editor) : Editor(Editor) { in commit()
410 void EditedSource::applyRewrites(EditsReceiver &receiver, in applyRewrites()
450 void EditedSource::clearRewrites() { in clearRewrites()
455 StringRef EditedSource::getSourceText(FileOffset BeginOffs, FileOffset EndOffs, in getSourceText()
468 EditedSource::FileEditsTy::iterator
469 EditedSource::getActionForOffset(FileOffset Offs) { in getActionForOffset()