Searched refs:EditedSource (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Edit/ |
| H A D | EditedSource.cpp | 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 …]
|
| H A D | CMakeLists.txt | 7 EditedSource.cpp
|
| H A D | Commit.cpp | 43 Commit::Commit(EditedSource &Editor) in Commit()
|
| /llvm-project-15.0.7/clang/include/clang/Edit/ |
| H A D | Commit.h | 27 class EditedSource; variable 55 EditedSource *Editor = nullptr; 63 explicit Commit(EditedSource &Editor);
|
| H A D | EditedSource.h | 35 class EditedSource { 73 EditedSource(const SourceManager &SM, const LangOptions &LangOpts,
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/clang/lib/Edit/ |
| H A D | BUILD.gn | 12 "EditedSource.cpp",
|
| /llvm-project-15.0.7/clang/include/clang/Rewrite/Frontend/ |
| H A D | FixItRewriter.h | 66 edit::EditedSource Editor;
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | DiagnosticRenderer.cpp | 80 edit::EditedSource Editor(SM, LangOpts); in mergeFixits()
|
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 98 std::unique_ptr<edit::EditedSource> Editor; 134 Editor.reset(new edit::EditedSource(Context.getSourceManager(), in Initialize() 2163 edit::EditedSource Editor(SM, LangOpts); in applyEditsToTemp()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 1254 clang::edit::EditedSource editor(source_manager, m_compiler->getLangOpts(), in RewriteExpression()
|