Home
last modified time | relevance | path

Searched refs:editor (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project-15.0.7/mlir/utils/vscode/src/PDLL/commands/
H A DviewOutput.ts26 const editor = vscode.window.activeTextEditor; constant
27 if (editor.document.languageId != 'pdll')
32 vscode.workspace.getWorkspaceFolder(editor.document.uri);
47 uri : editor.document.uri.toString(),
/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dobjc-qualified-property-lookup.m12 NSObject<TextInput>* editor; field
19 return editor.editRange;
/llvm-project-15.0.7/clang/test/Parser/
H A Dplaceholder-recovery.m6 @protocol <#protocol name#> <NSObject> // expected-error {{editor placeholder in source file}}
12 <#methods#> // expected-error {{editor placeholder in source file}}
/llvm-project-15.0.7/llvm/utils/kate/
H A DREADME3 These are syntax highlighting files for the Kate editor. Included are:
7 Syntax Highlighting Mode for the KDE Kate editor. To install just copy
/llvm-project-15.0.7/llvm/utils/vscode/llvm/
H A DREADME.md30 Please refer to https://code.visualstudio.com/docs/editor/extension-gallery#_where-are-extensions-i…
38 https://code.visualstudio.com/docs/editor/extension-gallery#_install-from-a-vsix.
/llvm-project-15.0.7/lldb/tools/driver/
H A DOptions.td199 def editor: F<"editor">,
200 …HelpText<"Tells the debugger to open source files using the host's \"external editor\" mechanism."…
202 Alias<editor>,
203 HelpText<"Alias for --editor">;
/llvm-project-15.0.7/llvm/utils/textmate/
H A DREADME2 files for the TextMate editor for OS X. The highlighting follows that done
/llvm-project-15.0.7/mlir/utils/vim/
H A DREADME3 This directory contains settings for the vim editor to work on MLIR *.mlir
/llvm-project-15.0.7/llvm/utils/jedit/
H A DREADME3 These are syntax highlighting files for the jEdit editor. Included are:
/llvm-project-15.0.7/lldb/test/Shell/Driver/
H A DTestHelp.test44 CHECK: --editor
/llvm-project-15.0.7/llvm/utils/vim/
H A DREADME3 This directory contains settings for the vim editor to work on llvm *.ll and
/llvm-project-15.0.7/llvm/docs/
H A DMarkdownQuickstartTemplate.md12 should copy it, open the new file in your text editor, write your docs, and
53 that are meant to be read by you in your text editor after you have copied
H A DSphinxQuickstartTemplate.rst21 …mplate.rst``. To use it as a template, make a copy and open it in a text editor. You can then writ…
59 that are meant to be read by you in your text editor after you have copied
H A DSupportPolicy.rst101 * Tools support (ex. gdb scripts, editor configuration, helper scripts).
132 (such as editor bindings) much lower than for complex components that must
/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
50 but the exact feature set available will depend on your editor client.
120 The language server will also inform the editor about the structure of symbol
171 but the exact feature set available will depend on your editor client.
226 The language server will also inform the editor about the structure of symbols
296 but the exact feature set available will depend on your editor client.
/llvm-project-15.0.7/lldb/source/Host/common/
H A DEditline.cpp358 const char *editor; in IsEmacs() local
359 el_get(m_editline, EL_EDITOR, &editor); in IsEmacs()
360 return editor[0] == 'e'; in IsEmacs()
1373 Editline *editor; in InstanceFor() local
1374 el_get(editline, EL_CLIENTDATA, &editor); in InstanceFor()
1375 return editor; in InstanceFor()
/llvm-project-15.0.7/polly/lib/External/isl/doc/
H A Disl.bib8 editor = {Chua-Huang Huang and
261 editor = "Jagadeesh Sankaran and Vander Aa, Tom",
372 editor = {Fukuda, Komei and Hoeven, Joris and Joswig, Michael and Takayama, Nobuki},
384 editor = "Bhattacharrya, Shuvra and Deprettere, Ed and Leupers, Rainer and Takala, Jarmo",
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/
H A DIntegrations.rst6 .. _is available: https://clangd.llvm.org/installation.html#editor-plugins
75 QtCreator_ 4.6 integrates :program:`clang-tidy` warnings into the editor
/llvm-project-15.0.7/polly/lib/External/isl/
H A DREADME46 editor = {Fukuda, Komei and Hoeven, Joris and Joswig, Michael and
/llvm-project-15.0.7/lldb/docs/man/
H A Dlldb.rst167 .. option:: --editor
169 Tells the debugger to open source files using the host's "external editor" mechanism.
173 Alias for --editor
/llvm-project-15.0.7/clang/docs/
H A DLibFormat.rst9 If you just want to use `clang-format` as a tool or integrated into an editor,
H A DRefactoringEngine.rst12 initiated using a selection in an editor or an IDE. You can combine
201 satisfied when a refactoring is initiated in an editor, even when the user
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp1254 clang::edit::EditedSource editor(source_manager, m_compiler->getLangOpts(), in RewriteExpression() local
1256 clang::edit::Commit commit(editor); in RewriteExpression()
1293 else if (!editor.commit(commit)) in RewriteExpression()
1297 editor.applyRewrites(rewrites_receiver); in RewriteExpression()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DREADME.md66 …ou to create a [launch configuration](https://code.visualstudio.com/Docs/editor/debugging#_launch-…
72 …u will need to create a [launch.json](https://code.visualstudio.com/Docs/editor/debugging#_launch-…
/llvm-project-15.0.7/lldb/source/Core/
H A DCoreProperties.td130 def UseExternalEditor: Property<"use-external-editor", "Boolean">,
133 Desc<"Whether to use an external editor or not.">;

12