|
clang-tools 23.0.0git
|
#include <Protocol.h>
Public Attributes | |
| std::string | command |
| The identifier of the actual command handler. | |
| llvm::json::Value | argument = nullptr |
Definition at line 1073 of file Protocol.h.
| llvm::json::Value clang::clangd::ExecuteCommandParams::argument = nullptr |
Definition at line 1079 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
| std::string clang::clangd::ExecuteCommandParams::command |
The identifier of the actual command handler.
Definition at line 1075 of file Protocol.h.
Referenced by clang::clangd::fromJSON().