LLVM: llvm::lsp::SignatureInformation Struct Reference (original) (raw)
Represents the signature of something callable. More...
#include "[llvm/Support/LSP/Protocol.h](Protocol%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| std::string | label |
| The label of this signature. Mandatory. | |
| std::string | 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 1007 of file Protocol.h.
◆ documentation
std::string llvm::lsp::SignatureInformation::documentation
The documentation of this signature. Optional.
Definition at line 1012 of file Protocol.h.
◆ label
std::string llvm::lsp::SignatureInformation::label
The label of this signature. Mandatory.
Definition at line 1009 of file Protocol.h.
◆ parameters
The parameters of this signature.
Definition at line 1015 of file Protocol.h.
The documentation for this struct was generated from the following file:
- include/llvm/Support/LSP/Protocol.h