Lines Matching refs:EditedSource
1 //===----- EditedSource.cpp - Collection of source edits ------------------===//
10 #include "clang/Edit/EditedSource.h"
26 StringRef EditedSource::copyString(const Twine &twine) {
31 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) {
53 bool EditedSource::commitInsert(SourceLocation OrigLoc,
85 bool EditedSource::commitInsertFromRange(SourceLocation OrigLoc,
143 void EditedSource::commitRemove(SourceLocation OrigLoc,
220 bool EditedSource::commit(const Commit &commit) {
332 void EditedSource::applyRewrites(EditsReceiver &receiver) {
369 void EditedSource::clearRewrites() {
374 StringRef EditedSource::getSourceText(FileOffset BeginOffs, FileOffset EndOffs,
387 EditedSource::FileEditsTy::iterator
388 EditedSource::getActionForOffset(FileOffset Offs) {