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 1006 of file Protocol.h.
int llvm::lsp::SignatureHelp::activeParameter = 0 |
The active parameter of the active signature.
Definition at line 1014 of file Protocol.h.
int llvm::lsp::SignatureHelp::activeSignature = 0 |
The active signature.
Definition at line 1011 of file Protocol.h.
std::vector<SignatureInformation> llvm::lsp::SignatureHelp::signatures |
The resulting signatures.
Definition at line 1008 of file Protocol.h.