Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Edit/
H A DEditedSource.cpp34 void EditedSource::deconstructMacroArgLoc(SourceLocation Loc, in deconstructMacroArgLoc()
55 void EditedSource::startingCommit() {} in startingCommit()
57 void EditedSource::finishedCommit() { in finishedCommit()
69 StringRef EditedSource::copyString(const Twine &twine) { in copyString()
74 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset()
111 bool EditedSource::commitInsert(SourceLocation OrigLoc, in commitInsert()
141 bool EditedSource::commitInsertFromRange(SourceLocation OrigLoc, in commitInsertFromRange()
199 void EditedSource::commitRemove(SourceLocation OrigLoc, in commitRemove()
276 bool EditedSource::commit(const Commit &commit) { in commit()
281 EditedSource &Editor; in commit()
[all …]
H A DCMakeLists.txt7 EditedSource.cpp
H A DCommit.cpp43 Commit::Commit(EditedSource &Editor) in Commit()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Edit/
H A DCommit.h27 class EditedSource; variable
55 EditedSource *Editor = nullptr;
63 explicit Commit(EditedSource &Editor);
H A DEditedSource.h35 class EditedSource {
73 EditedSource(const SourceManager &SM, const LangOptions &LangOpts,
/netbsd-src/external/apache2/llvm/lib/libclangEdit/
H A DMakefile10 EditedSource.cpp \
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang/lib/Edit/
H A DBUILD.gn12 "EditedSource.cpp",
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h66 edit::EditedSource Editor;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp80 edit::EditedSource Editor(SM, LangOpts); in mergeFixits()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp98 std::unique_ptr<edit::EditedSource> Editor;
134 Editor.reset(new edit::EditedSource(Context.getSourceManager(), in Initialize()
2164 edit::EditedSource Editor(SM, LangOpts); in applyEditsToTemp()