Searched refs:EditedSource (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Edit/
H A DAndroid.mk5 EditedSource.cpp \
H A DEditedSource.cpp1 //===----- EditedSource.cpp - Collection of source edits ------------------===//
10 #include "clang/Edit/EditedSource.h"
26 StringRef EditedSource::copyString(const Twine &twine) {
31 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) {
53 bool EditedSource::commitInsert(SourceLocation OrigLoc,
83 bool EditedSource::commitInsertFromRange(SourceLocation OrigLoc,
141 void EditedSource::commitRemove(SourceLocation OrigLoc,
218 bool EditedSource::commit(const Commit &commit) {
330 void EditedSource::applyRewrites(EditsReceiver &receiver) {
367 void EditedSource
[all...]
H A DCommit.cpp12 #include "clang/Edit/EditedSource.h"
38 Commit::Commit(EditedSource &Editor)
/external/clang/include/clang/Edit/
H A DEditedSource.h1 //===----- EditedSource.h - Collection of source edits ----------*- C++ -*-===//
27 class EditedSource { class in namespace:clang::edit
47 EditedSource(const SourceManager &SM, const LangOptions &LangOpts, function in class:clang::edit::EditedSource
H A DCommit.h23 class EditedSource;
51 EditedSource *Editor;
59 explicit Commit(EditedSource &Editor);
/external/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h20 #include "clang/Edit/EditedSource.h"
60 edit::EditedSource Editor;
/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp15 #include "clang/Edit/EditedSource.h"
116 edit::EditedSource Editor(SM, LangOpts);
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp22 #include "clang/Edit/EditedSource.h"
92 std::unique_ptr<edit::EditedSource> Editor;
125 Editor.reset(new edit::EditedSource(Context.getSourceManager(),
2033 edit::EditedSource Editor(SM, LangOpts);

Completed in 1656 milliseconds