clang-tools
10.0.0git
|
Represents the signature of something callable. More...
#include <Protocol.h>
Public Attributes | |
std::string | label |
The label of this signature. Mandatory. More... | |
std::string | documentation |
The documentation of this signature. Optional. More... | |
std::vector< ParameterInformation > | parameters |
The parameters of this signature. More... | |
Represents the signature of something callable.
Definition at line 1038 of file Protocol.h.
std::string clang::clangd::SignatureInformation::documentation |
The documentation of this signature. Optional.
Definition at line 1044 of file Protocol.h.
std::string clang::clangd::SignatureInformation::label |
The label of this signature. Mandatory.
Definition at line 1041 of file Protocol.h.
Referenced by clang::clangd::operator<<().
std::vector<ParameterInformation> clang::clangd::SignatureInformation::parameters |
The parameters of this signature.
Definition at line 1047 of file Protocol.h.