LLVM: llvm::lsp::SignatureHelp Struct Reference (original) (raw)
Represents the signature of a callable. More...
#include "[llvm/Support/LSP/Protocol.h](Protocol%5F8h%5Fsource.html)"
| Public Attributes | |
|---|---|
| std::vector< SignatureInformation > | signatures |
| The resulting signatures. | |
| int | activeSignature = 0 |
| The active signature. | |
| int | activeParameter = 0 |
| The active parameter of the active signature. |
Represents the signature of a callable.
Definition at line 1027 of file Protocol.h.
◆ activeParameter
int llvm::lsp::SignatureHelp::activeParameter = 0
The active parameter of the active signature.
Definition at line 1035 of file Protocol.h.
◆ activeSignature
int llvm::lsp::SignatureHelp::activeSignature = 0
◆ signatures
The documentation for this struct was generated from the following file:
- include/llvm/Support/LSP/Protocol.h