Searched refs:EditedSource (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Edit/ |
D | EditedSource.cpp | 26 void EditedSource::deconstructMacroArgLoc(SourceLocation Loc, in deconstructMacroArgLoc() 41 void EditedSource::startingCommit() {} in startingCommit() 43 void EditedSource::finishedCommit() { in finishedCommit() 56 StringRef EditedSource::copyString(const Twine &twine) { in copyString() 61 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset() 95 bool EditedSource::commitInsert(SourceLocation OrigLoc, in commitInsert() 125 bool EditedSource::commitInsertFromRange(SourceLocation OrigLoc, in commitInsertFromRange() 183 void EditedSource::commitRemove(SourceLocation OrigLoc, in commitRemove() 260 bool EditedSource::commit(const Commit &commit) { in commit() 265 EditedSource &Editor; in commit() [all …]
|
D | CMakeLists.txt | 7 EditedSource.cpp
|
D | Commit.cpp | 38 Commit::Commit(EditedSource &Editor) in Commit()
|
/external/clang/include/clang/Edit/ |
D | Commit.h | 23 class EditedSource; variable 51 EditedSource *Editor; 59 explicit Commit(EditedSource &Editor);
|
D | EditedSource.h | 29 class EditedSource { 53 EditedSource(const SourceManager &SM, const LangOptions &LangOpts,
|
/external/clang/include/clang/Rewrite/Frontend/ |
D | FixItRewriter.h | 64 edit::EditedSource Editor;
|
/external/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 74 edit::EditedSource Editor(SM, LangOpts); in mergeFixits()
|
/external/clang/lib/ARCMigrate/ |
D | ObjCMT.cpp | 95 std::unique_ptr<edit::EditedSource> Editor; 129 Editor.reset(new edit::EditedSource(Context.getSourceManager(), in Initialize() 2171 edit::EditedSource Editor(SM, LangOpts); in applyEditsToTemp()
|