clang-tools 22.0.0git
clang::clangd::ExecuteCommandParams Struct Reference

#include <Protocol.h>

Inheritance diagram for clang::clangd::ExecuteCommandParams:
[legend]

Public Attributes

std::string command
 The identifier of the actual command handler.
llvm::json::Value argument = nullptr

Detailed Description

Definition at line 1056 of file Protocol.h.

Member Data Documentation

◆ argument

llvm::json::Value clang::clangd::ExecuteCommandParams::argument = nullptr

Definition at line 1062 of file Protocol.h.

Referenced by clang::clangd::fromJSON().

◆ command

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().


The documentation for this struct was generated from the following file: