| /llvm-project-15.0.7/mlir/utils/vscode/src/PDLL/commands/ |
| H A D | viewOutput.ts | 26 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 D | objc-qualified-property-lookup.m | 12 NSObject<TextInput>* editor; field 19 return editor.editRange;
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | placeholder-recovery.m | 6 @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 D | README | 3 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 D | README.md | 30 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 D | Options.td | 199 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 D | README | 2 files for the TextMate editor for OS X. The highlighting follows that done
|
| /llvm-project-15.0.7/mlir/utils/vim/ |
| H A D | README | 3 This directory contains settings for the vim editor to work on MLIR *.mlir
|
| /llvm-project-15.0.7/llvm/utils/jedit/ |
| H A D | README | 3 These are syntax highlighting files for the jEdit editor. Included are:
|
| /llvm-project-15.0.7/lldb/test/Shell/Driver/ |
| H A D | TestHelp.test | 44 CHECK: --editor
|
| /llvm-project-15.0.7/llvm/utils/vim/ |
| H A D | README | 3 This directory contains settings for the vim editor to work on llvm *.ll and
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | MarkdownQuickstartTemplate.md | 12 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 D | SphinxQuickstartTemplate.rst | 21 …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 D | SupportPolicy.rst | 101 * 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 D | MLIRLSP.md | 43 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 D | Editline.cpp | 358 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 D | isl.bib | 8 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 D | Integrations.rst | 6 .. _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 D | README | 46 editor = {Fukuda, Komei and Hoeven, Joris and Joswig, Michael and
|
| /llvm-project-15.0.7/lldb/docs/man/ |
| H A D | lldb.rst | 167 .. 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 D | LibFormat.rst | 9 If you just want to use `clang-format` as a tool or integrated into an editor,
|
| H A D | RefactoringEngine.rst | 12 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 D | ClangExpressionParser.cpp | 1254 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 D | README.md | 66 …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 D | CoreProperties.td | 130 def UseExternalEditor: Property<"use-external-editor", "Boolean">, 133 Desc<"Whether to use an external editor or not.">;
|