Searched refs:EditedSource (Results 1 – 9 of 9) sorted by relevance
56 void EditedSource::startingCommit() {} in startingCommit()58 void EditedSource::finishedCommit() { in finishedCommit()70 StringRef EditedSource::copyString(const Twine &twine) { in copyString()112 bool EditedSource::commitInsert(SourceLocation OrigLoc, in commitInsert()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()450 void EditedSource::clearRewrites() { in clearRewrites()468 EditedSource::FileEditsTy::iterator[all …]
44 Commit::Commit(EditedSource &Editor) in Commit()
28 class EditedSource; variable56 EditedSource *Editor = nullptr;64 explicit Commit(EditedSource &Editor);
36 class EditedSource {74 EditedSource(const SourceManager &SM, const LangOptions &LangOpts,
67 edit::EditedSource Editor;
81 edit::EditedSource Editor(SM, LangOpts); in mergeFixits()
95 std::unique_ptr<edit::EditedSource> Editor;129 Editor.reset(new edit::EditedSource(Context.getSourceManager(), in Initialize()2172 edit::EditedSource Editor(SM, LangOpts); in applyEditsToTemp()
959 clang::edit::EditedSource editor(source_manager, m_compiler->getLangOpts(), in RewriteExpression()
310 SRCS_MIN+= Edit/EditedSource.cpp