| /llvm-project-15.0.7/clang/tools/clang-format-vs/ClangFormat/ |
| H A D | Vsix.cs | 3 using Microsoft.VisualStudio.Shell; 4 using Microsoft.VisualStudio.Shell.Interop; 59 var serviceProvider = new Microsoft.VisualStudio.Shell.ServiceProvider(sp); in GetVsTextViewFrompPath()
|
| H A D | RunningDocTableEventsDispatcher.cs | 3 using Microsoft.VisualStudio.Shell; 4 using Microsoft.VisualStudio.Shell.Interop;
|
| H A D | ClangFormatPackage.cs | 15 using Microsoft.VisualStudio.Shell; 16 using Microsoft.VisualStudio.Shell.Interop;
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | ExprOpenMP.h | 79 explicit OMPArraySectionExpr(EmptyShell Shell) in OMPArraySectionExpr() argument 80 : Expr(OMPArraySectionExprClass, Shell) {} in OMPArraySectionExpr() 162 explicit OMPArrayShapingExpr(EmptyShell Shell, unsigned NumDims) in OMPArrayShapingExpr() argument 163 : Expr(OMPArrayShapingExprClass, Shell), NumDims(NumDims) {} in OMPArrayShapingExpr() 326 explicit OMPIteratorExpr(EmptyShell Shell, unsigned NumIterators) in OMPIteratorExpr() argument 327 : Expr(OMPIteratorExprClass, Shell), NumIterators(NumIterators) {} in OMPIteratorExpr()
|
| H A D | ExprCXX.h | 395 explicit CXXNamedCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in CXXNamedCastExpr() argument 397 : ExplicitCastExpr(SC, Shell, PathSize, HasFPFeatures) {} in CXXNamedCastExpr() 1016 explicit MSPropertySubscriptExpr(EmptyShell Shell) in MSPropertySubscriptExpr() argument 1017 : Expr(MSPropertySubscriptExprClass, Shell) {} in MSPropertySubscriptExpr() 1745 explicit CXXFunctionalCastExpr(EmptyShell Shell, unsigned PathSize, in CXXFunctionalCastExpr() argument 1747 : ExplicitCastExpr(CXXFunctionalCastExprClass, Shell, PathSize, in CXXFunctionalCastExpr() 2109 explicit CXXScalarValueInitExpr(EmptyShell Shell) in CXXScalarValueInitExpr() argument 2110 : Expr(CXXScalarValueInitExprClass, Shell) {} in CXXScalarValueInitExpr() 2438 explicit CXXDeleteExpr(EmptyShell Shell) : Expr(CXXDeleteExprClass, Shell) {} in CXXDeleteExpr() argument 2574 explicit CXXPseudoDestructorExpr(EmptyShell Shell) in CXXPseudoDestructorExpr() argument [all …]
|
| H A D | ExprObjC.h | 1646 explicit ObjCBridgedCastExpr(EmptyShell Shell) in ObjCBridgedCastExpr() argument 1647 : ExplicitCastExpr(ObjCBridgedCastExprClass, Shell, 0, false) {} in ObjCBridgedCastExpr() 1700 explicit ObjCAvailabilityCheckExpr(EmptyShell Shell) in ObjCAvailabilityCheckExpr() argument 1701 : Expr(ObjCAvailabilityCheckExprClass, Shell) {} in ObjCAvailabilityCheckExpr()
|
| H A D | Expr.h | 2662 explicit ArraySubscriptExpr(EmptyShell Shell) in ArraySubscriptExpr() argument 2663 : Expr(ArraySubscriptExprClass, Shell) { } in ArraySubscriptExpr() 2740 explicit MatrixSubscriptExpr(EmptyShell Shell) in MatrixSubscriptExpr() argument 2741 : Expr(MatrixSubscriptExprClass, Shell) {} in MatrixSubscriptExpr() 3635 explicit ImplicitCastExpr(EmptyShell Shell, unsigned PathSize, in ImplicitCastExpr() argument 3637 : CastExpr(ImplicitCastExprClass, Shell, PathSize, HasFPFeatures) {} in ImplicitCastExpr() 3712 ExplicitCastExpr(StmtClass SC, EmptyShell Shell, unsigned PathSize, in ExplicitCastExpr() argument 3714 : CastExpr(SC, Shell, PathSize, HasFPFeatures) {} in ExplicitCastExpr() 3753 explicit CStyleCastExpr(EmptyShell Shell, unsigned PathSize, in CStyleCastExpr() argument 3755 : ExplicitCastExpr(CStyleCastExprClass, Shell, PathSize, HasFPFeatures) {} in CStyleCastExpr()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/ |
| H A D | PlatformAndroid.cpp | 265 adb.Shell("getprop ro.build.version.sdk", seconds(5), &version_string); in GetSdkVersion() 303 Status error = adb.Shell("mktemp --directory --tmpdir /data/local/tmp", in DownloadSymbolFile() 315 Status error = adb.Shell(command.GetData(), seconds(5), nullptr); in DownloadSymbolFile() 330 error = adb.Shell(command.GetData(), minutes(1), nullptr); in DownloadSymbolFile()
|
| H A D | AdbClient.h | 96 Status Shell(const char *command, std::chrono::milliseconds timeout,
|
| H A D | AdbClient.cpp | 384 Status AdbClient::Shell(const char *command, milliseconds timeout, in Shell() function in AdbClient
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/test/ |
| H A D | BUILD.gn | 10 # Shell/lit.site.cfg.py, and Unit/lit.site.cfg.py.in. 34 input = "//lldb/test/Shell/lit-lldb-init.in" 37 output = "$root_out_dir/obj/lldb/test/Shell/lit-lldb-init" 93 input = "//lldb/test/Shell/lit.site.cfg.py.in"
|
| H A D | lldb_lit_site_cfg_files.gni | 3 lldb_lit_shell_site_cfg_file = "$root_gen_dir/lldb/test/Shell/lit.site.cfg.py"
|
| /llvm-project-15.0.7/lldb/test/ |
| H A D | CMakeLists.txt | 186 add_subdirectory(Shell) 209 ${CMAKE_CURRENT_BINARY_DIR}/Shell 219 ${CMAKE_CURRENT_BINARY_DIR}/Shell
|
| /llvm-project-15.0.7/lldb/test/Shell/ |
| H A D | lit.site.cfg.py.in | 34 lit_config.load_config(config, os.path.join(config.lldb_src_root, "test", "Shell", "lit.cfg.py"))
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | Args.cpp | 397 for (const auto &Shell : g_Shells) { in GetShellSafeArgument() local 398 if (Shell.m_basename == basename) { in GetShellSafeArgument() 399 escapables = Shell.m_escapables; in GetShellSafeArgument()
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/llvm/utils/llvm-lit/ |
| H A D | BUILD.gn | 91 "//lldb/test/Shell/lit.cfg.py",
|
| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | symbols.rst | 79 Shell Script Property List Format 82 Shell scripts that are specified with the **DBGShellCommands** defaults key 295 dSYM Locating Shell Script Tips
|
| /llvm-project-15.0.7/lldb/docs/resources/ |
| H A D | test.rst | 13 * **Shell tests**: Integration tests that test the debugger through the command 42 Shell Tests 45 Shell tests are located under ``lldb/test/Shell``. These tests are generally 47 ``lldb-test`` using ``FileCheck``. Shell tests are generally small and fast to 480 $ ./bin/llvm-lit -sv tools/lldb/test/Shell/Commands/CommandScriptImmediateOutput
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | SanitizerSpecialCaseList.rst | 87 # Shell like usage of * is supported (* is treated as .*):
|
| H A D | JSONCompilationDatabase.rst | 96 with '``"``' and '``\``' being the only special characters. Shell expansion
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/mlir/ |
| H A D | tblgen.bzl | 369 # Shell files not executable on Windows.
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | Options.td | 683 Desc<"Shell interpreter path. This is the binary used to run the command.">;
|