| 
    LLVM 22.0.0git
    
   | 
 
Represents the signature of something callable. More...
#include "llvm/Support/LSP/Protocol.h"
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 986 of file Protocol.h.
| std::string llvm::lsp::SignatureInformation::documentation | 
The documentation of this signature. Optional.
Definition at line 991 of file Protocol.h.
| std::string llvm::lsp::SignatureInformation::label | 
The label of this signature. Mandatory.
Definition at line 988 of file Protocol.h.
| std::vector<ParameterInformation> llvm::lsp::SignatureInformation::parameters | 
The parameters of this signature.
Definition at line 994 of file Protocol.h.