|
LLVM 22.0.0git
|
Represents the signature of a callable. More...
#include "llvm/Support/LSP/Protocol.h"
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.
| int llvm::lsp::SignatureHelp::activeParameter = 0 |
The active parameter of the active signature.
Definition at line 1035 of file Protocol.h.
| int llvm::lsp::SignatureHelp::activeSignature = 0 |
The active signature.
Definition at line 1032 of file Protocol.h.
| std::vector<SignatureInformation> llvm::lsp::SignatureHelp::signatures |
The resulting signatures.
Definition at line 1029 of file Protocol.h.