Home
last modified time | relevance | path

Searched refs:VSCode (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DVSCode.cpp30 VSCode g_vsc;
32 VSCode::VSCode() in VSCode() function in lldb_vscode::VSCode
61 VSCode::~VSCode() = default;
90 void VSCode::SendJSON(const std::string &json_str) { in SendJSON()
115 std::string VSCode::ReadJSON() { in ReadJSON()
340 int64_t VSCode::GetNextSourceReference() { in GetNextSourceReference()
399 void VSCode::RunInitCommands() { in RunInitCommands()
403 void VSCode::RunPreRunCommands() { in RunPreRunCommands()
407 void VSCode::RunStopCommands() { in RunStopCommands()
411 void VSCode::RunExitCommands() { in RunExitCommands()
[all …]
H A DVSCode.h123 struct VSCode { struct
156 VSCode(); argument
157 ~VSCode();
158 VSCode(const VSCode &rhs) = delete;
159 void operator=(const VSCode &rhs) = delete; argument
275 extern VSCode g_vsc;
H A DOptions.td9 HelpText<"Prints out the usage information for the LLDB VSCode tool.">;
H A DCMakeLists.txt38 VSCode.cpp
H A DJSONUtils.cpp689 auto sourceReference = VSCode::GetNextSourceReference(); in CreateSource()
/llvm-project-15.0.7/clang/
H A D.gitignore33 # VS2017 and VSCode config files.
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/tools/lldb-vscode/
H A DBUILD.gn52 "VSCode.cpp",
/llvm-project-15.0.7/llvm/
H A D.gitignore49 # VS2017 and VSCode config files.
/llvm-project-15.0.7/
H A D.gitignore58 # VS2017 and VSCode config files.
/llvm-project-15.0.7/mlir/docs/Tools/
H A DMLIRLSP.md10 using, such as VSCode. A language server acts as the backend for queries that
49 provides. The screenshots are shown in [VSCode](https://code.visualstudio.com/),
170 provides. The screenshots are shown in [VSCode](https://code.visualstudio.com/),
295 provides. The screenshots are shown in [VSCode](https://code.visualstudio.com/),
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4803 lldb/tools/lldb-vscode/VSCode.h