clang-tools 17.0.0git
|
Represents the signature of something callable. More...
#include <Protocol.h>
Public Attributes | |
std::string | label |
The label of this signature. Mandatory. | |
MarkupContent | documentation |
The documentation of this signature. Optional. | |
std::vector< ParameterInformation > | parameters |
The parameters of this signature. | |
Represents the signature of something callable.
Definition at line 1376 of file Protocol.h.
MarkupContent clang::clangd::SignatureInformation::documentation |
The documentation of this signature. Optional.
Definition at line 1382 of file Protocol.h.
Referenced by clang::clangd::toJSON().
std::string clang::clangd::SignatureInformation::label |
The label of this signature. Mandatory.
Definition at line 1379 of file Protocol.h.
Referenced by clang::clangd::operator<<(), and clang::clangd::toJSON().
std::vector<ParameterInformation> clang::clangd::SignatureInformation::parameters |
The parameters of this signature.
Definition at line 1385 of file Protocol.h.
Referenced by clang::clangd::toJSON().