Searched refs:EditedSource (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Edit/ |
D | EditedSource.cpp | 26 StringRef EditedSource::copyString(const Twine &twine) { in copyString() 31 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset() 53 bool EditedSource::commitInsert(SourceLocation OrigLoc, in commitInsert() 83 bool EditedSource::commitInsertFromRange(SourceLocation OrigLoc, in commitInsertFromRange() 141 void EditedSource::commitRemove(SourceLocation OrigLoc, in commitRemove() 218 bool EditedSource::commit(const Commit &commit) { in commit() 338 void EditedSource::applyRewrites(EditsReceiver &receiver) { in applyRewrites() 375 void EditedSource::clearRewrites() { in clearRewrites() 380 StringRef EditedSource::getSourceText(FileOffset BeginOffs, FileOffset EndOffs, in getSourceText() 393 EditedSource::FileEditsTy::iterator [all …]
|
D | CMakeLists.txt | 7 EditedSource.cpp
|
D | Android.mk | 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 | 27 class EditedSource { 47 EditedSource(const SourceManager &SM, const LangOptions &LangOpts,
|
/external/clang/include/clang/Rewrite/Frontend/ |
D | FixItRewriter.h | 60 edit::EditedSource Editor;
|
/external/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 116 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() 2190 edit::EditedSource Editor(SM, LangOpts); in applyEditsToTemp()
|
/external/clang/patches/ |
D | 0004-Add-Android-build-system.patch | 946 + EditedSource.cpp \
|