Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
DEditedSource.cpp26 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 …]
DCMakeLists.txt7 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.h29 class EditedSource {
53 EditedSource(const SourceManager &SM, const LangOptions &LangOpts,
/external/clang/include/clang/Rewrite/Frontend/
DFixItRewriter.h64 edit::EditedSource Editor;
/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp74 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()
2171 edit::EditedSource Editor(SM, LangOpts); in applyEditsToTemp()