clang-tools 19.0.0git
Public Attributes | List of all members
clang::clangd::ExecuteCommandParams Struct Reference

#include <Protocol.h>

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

Public Attributes

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

Detailed Description

Definition at line 1042 of file Protocol.h.

Member Data Documentation

◆ argument

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

Definition at line 1048 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 1044 of file Protocol.h.

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


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