clang-tools 22.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 1056 of file Protocol.h.
llvm::json::Value clang::clangd::ExecuteCommandParams::argument = nullptr |
Definition at line 1062 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 1058 of file Protocol.h.
Referenced by clang::clangd::fromJSON().