Home
last modified time | relevance | path

Searched refs:Editor (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp885 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 DCommit.cpp43 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 DEditedSource.cpp281 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 DFixItRewriter.cpp40 : 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 DVsix.cs2 using Microsoft.VisualStudio.Editor;
6 using Microsoft.VisualStudio.Text.Editor;
H A DClangFormatPackage.cs18 using Microsoft.VisualStudio.Text.Editor;
/llvm-project-15.0.7/clang/include/clang/Edit/
H A DCommit.h55 EditedSource *Editor = nullptr; variable
63 explicit Commit(EditedSource &Editor);
/llvm-project-15.0.7/libcxx/
H A D.gitignore54 # Editor by-products
/llvm-project-15.0.7/clang/include/clang/Rewrite/Frontend/
H A DFixItRewriter.h66 edit::EditedSource Editor; variable
/llvm-project-15.0.7/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp80 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 DIntegrations.rst2 Clang-tidy IDE/Editor Integrations
H A Dindex.rst13 Clang-tidy IDE/Editor Integrations <Integrations>
/llvm-project-15.0.7/mlir/docs/Tools/
H A DMLIRLSP.md43 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 DRefactoringEngine.rst253 .. FIXME: Editor Bindings section
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm400 "Could not find External Editor application, error: %ld.\n",