Searched refs:Editor (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/clang/lib/ARCMigrate/ |
| H A D | ObjCMT.cpp | 885 Editor->commit(commit); in migrateProtocolConformance() 951 Editor->commit(commit); in migrateNSEnumDecl() 1229 Editor->commit(commit); in migrateProperty() 1243 Editor->commit(commit); in migrateProperty() 1263 Editor->commit(commit); in migrateNsReturnsInnerPointer() 1275 Editor->commit(commit); in migratePropertyNsReturnsInnerPointer() 1415 Editor->commit(commit); in AnnotateImplicitBridging() 1478 Editor->commit(commit); in AddCFAnnotations() 1645 Editor->commit(commit); in migrateAddMethodAnnotation() 1741 Editor->commit(commit); in InsertFoundation() [all …]
|
| /llvm-project-15.0.7/clang/lib/Edit/ |
| H A D | Commit.cpp | 43 Commit::Commit(EditedSource &Editor) in Commit() argument 44 : SourceMgr(Editor.getSourceManager()), LangOpts(Editor.getLangOpts()), in Commit() 45 PPRec(Editor.getPPCondDirectiveRecord()), in Commit() 46 Editor(&Editor) {} in Commit() 291 if (!Editor) in canInsertInOffset() 293 return Editor->canInsertInOffset(OrigLoc, Offs); in canInsertInOffset()
|
| H A D | EditedSource.cpp | 281 EditedSource &Editor; in commit() member 283 CommitRAII(EditedSource &Editor) : Editor(Editor) { in commit() 284 Editor.startingCommit(); in commit() 288 Editor.finishedCommit(); in commit()
|
| /llvm-project-15.0.7/clang/lib/Frontend/Rewrite/ |
| H A D | FixItRewriter.cpp | 40 : Diags(Diags), Editor(SourceMgr, LangOpts), Rewrite(SourceMgr, LangOpts), in FixItRewriter() 86 Editor.applyRewrites(Rec); in WriteFixedFiles() 154 edit::Commit commit(Editor); in HandleDiagnostic() 189 if (!Editor.commit(commit)) { in HandleDiagnostic()
|
| /llvm-project-15.0.7/clang/tools/clang-format-vs/ClangFormat/ |
| H A D | Vsix.cs | 2 using Microsoft.VisualStudio.Editor; 6 using Microsoft.VisualStudio.Text.Editor;
|
| H A D | ClangFormatPackage.cs | 18 using Microsoft.VisualStudio.Text.Editor;
|
| /llvm-project-15.0.7/clang/include/clang/Edit/ |
| H A D | Commit.h | 55 EditedSource *Editor = nullptr; variable 63 explicit Commit(EditedSource &Editor);
|
| /llvm-project-15.0.7/libcxx/ |
| H A D | .gitignore | 54 # Editor by-products
|
| /llvm-project-15.0.7/clang/include/clang/Rewrite/Frontend/ |
| H A D | FixItRewriter.h | 66 edit::EditedSource Editor; variable
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | DiagnosticRenderer.cpp | 80 edit::EditedSource Editor(SM, LangOpts); in mergeFixits() local 81 if (Editor.commit(commit)) { in mergeFixits() 83 Editor.applyRewrites(Rec); in mergeFixits()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/ |
| H A D | Integrations.rst | 2 Clang-tidy IDE/Editor Integrations
|
| H A D | index.rst | 13 Clang-tidy IDE/Editor Integrations <Integrations>
|
| /llvm-project-15.0.7/mlir/docs/Tools/ |
| H A D | MLIRLSP.md | 43 See the [Editor Plugins](#editor-plugins) section below for details on how to 365 ## Editor Plugins
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | RefactoringEngine.rst | 253 .. FIXME: Editor Bindings section
|
| /llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 400 "Could not find External Editor application, error: %ld.\n",
|