clang-tools
7.0.0
|
A single parameter of a particular signature. More...
#include <Protocol.h>
Public Attributes | |
std::string | label |
The label of this parameter. Mandatory. More... | |
std::string | documentation |
The documentation of this parameter. Optional. More... | |
A single parameter of a particular signature.
Definition at line 751 of file Protocol.h.
std::string clang::clangd::ParameterInformation::documentation |
The documentation of this parameter. Optional.
Definition at line 757 of file Protocol.h.
Referenced by clang::clangd::toJSON().
std::string clang::clangd::ParameterInformation::label |
The label of this parameter. Mandatory.
Definition at line 754 of file Protocol.h.
Referenced by clang::clangd::toJSON().