Searched refs:EditedSource (Results 1 – 9 of 9) sorted by relevance
55 void EditedSource::startingCommit() {} in startingCommit()57 void EditedSource::finishedCommit() { in finishedCommit()69 StringRef EditedSource::copyString(const Twine &twine) { in copyString()111 bool EditedSource::commitInsert(SourceLocation OrigLoc, in commitInsert()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()449 void EditedSource::clearRewrites() { in clearRewrites()467 EditedSource::FileEditsTy::iterator[all …]
43 Commit::Commit(EditedSource &Editor) in Commit()
27 class EditedSource; variable55 EditedSource *Editor = nullptr;63 explicit Commit(EditedSource &Editor);
35 class EditedSource {73 EditedSource(const SourceManager &SM, const LangOptions &LangOpts,
66 edit::EditedSource Editor;
80 edit::EditedSource Editor(SM, LangOpts); in mergeFixits()
98 std::unique_ptr<edit::EditedSource> Editor;134 Editor.reset(new edit::EditedSource(Context.getSourceManager(), in Initialize()2164 edit::EditedSource Editor(SM, LangOpts); in applyEditsToTemp()
1251 clang::edit::EditedSource editor(source_manager, m_compiler->getLangOpts(), in RewriteExpression()
364 SRCS_MIN+= Edit/EditedSource.cpp