Home
last modified time | relevance | path

Searched refs:EditedSource (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DEditedSource.cpp56 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 …]
H A DCommit.cpp44 Commit::Commit(EditedSource &Editor) in Commit()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Edit/
H A DCommit.h28 class EditedSource; variable
56 EditedSource *Editor = nullptr;
64 explicit Commit(EditedSource &Editor);
H A DEditedSource.h36 class EditedSource {
74 EditedSource(const SourceManager &SM, const LangOptions &LangOpts,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h67 edit::EditedSource Editor;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp81 edit::EditedSource Editor(SM, LangOpts); in mergeFixits()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp95 std::unique_ptr<edit::EditedSource> Editor;
129 Editor.reset(new edit::EditedSource(Context.getSourceManager(), in Initialize()
2172 edit::EditedSource Editor(SM, LangOpts); in applyEditsToTemp()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp959 clang::edit::EditedSource editor(source_manager, m_compiler->getLangOpts(), in RewriteExpression()
/freebsd-12.1/lib/clang/libclang/
H A DMakefile310 SRCS_MIN+= Edit/EditedSource.cpp