Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
DEditedSource.cpp26 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 …]
DCMakeLists.txt7 EditedSource.cpp
DAndroid.mk7 EditedSource.cpp \
DCommit.cpp38 Commit::Commit(EditedSource &Editor) in Commit()
/external/clang/include/clang/Edit/
DCommit.h23 class EditedSource; variable
51 EditedSource *Editor;
59 explicit Commit(EditedSource &Editor);
DEditedSource.h27 class EditedSource {
47 EditedSource(const SourceManager &SM, const LangOptions &LangOpts,
/external/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h60 edit::EditedSource Editor;
/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp116 edit::EditedSource Editor(SM, LangOpts); in mergeFixits()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp95 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/
D0004-Add-Android-build-system.patch946 + EditedSource.cpp \