Lines Matching refs:EditedSource
1 //===----- EditedSource.cpp - Collection of source edits ------------------===//
10 #include "clang/Edit/EditedSource.h"
26 void EditedSource::deconstructMacroArgLoc(SourceLocation Loc,
41 void EditedSource::startingCommit() {}
43 void EditedSource::finishedCommit() {
56 StringRef EditedSource::copyString(const Twine &twine) {
61 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) {
95 bool EditedSource::commitInsert(SourceLocation OrigLoc,
125 bool EditedSource::commitInsertFromRange(SourceLocation OrigLoc,
183 void EditedSource::commitRemove(SourceLocation OrigLoc,
260 bool EditedSource::commit(const Commit &commit) {
265 EditedSource &Editor;
266 CommitRAII(EditedSource &Editor) : Editor(Editor) {
390 void EditedSource::applyRewrites(EditsReceiver &receiver) {
427 void EditedSource::clearRewrites() {
432 StringRef EditedSource::getSourceText(FileOffset BeginOffs, FileOffset EndOffs,
445 EditedSource::FileEditsTy::iterator
446 EditedSource::getActionForOffset(FileOffset Offs) {