Searched refs:EditedSource (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Edit/ |
| H A D | EditedSource.cpp | 32 void EditedSource::deconstructMacroArgLoc(SourceLocation Loc, in deconstructMacroArgLoc() 53 void EditedSource::startingCommit() {} in startingCommit() 55 void EditedSource::finishedCommit() { in finishedCommit() 67 StringRef EditedSource::copyString(const Twine &twine) { in copyString() 72 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset() 109 bool EditedSource::commitInsert(SourceLocation OrigLoc, in commitInsert() 139 bool EditedSource::commitInsertFromRange(SourceLocation OrigLoc, in commitInsertFromRange() 197 void EditedSource::commitRemove(SourceLocation OrigLoc, in commitRemove() 274 bool EditedSource::commit(const Commit &commit) { in commit() 279 EditedSource &Editor; in commit() [all …]
|
| H A D | Commit.cpp | 42 Commit::Commit(EditedSource &Editor) in Commit()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Edit/ |
| H A D | Commit.h | 27 class EditedSource; variable 55 EditedSource *Editor = nullptr; 63 explicit Commit(EditedSource &Editor);
|
| H A D | EditedSource.h | 35 class EditedSource { 73 EditedSource(const SourceManager &SM, const LangOptions &LangOpts,
|
| /freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/ |
| H A D | FixItRewriter.h | 66 edit::EditedSource Editor;
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | DiagnosticRenderer.cpp | 78 edit::EditedSource Editor(SM, LangOpts); in mergeFixits()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionParser.cpp | 1406 clang::edit::EditedSource editor(source_manager, m_compiler->getLangOpts(), in RewriteExpression()
|
| /freebsd/lib/clang/libclang/ |
| H A D | Makefile | 449 SRCS_MIN+= Edit/EditedSource.cpp
|