MLIR
20.0.0git
|
Represents the signature of a callable. More...
#include "mlir/Tools/lsp-server-support/Protocol.h"
Public Attributes | |
std::vector< SignatureInformation > | signatures |
The resulting signatures. More... | |
int | activeSignature = 0 |
The active signature. More... | |
int | activeParameter = 0 |
The active parameter of the active signature. More... | |
Represents the signature of a callable.
Definition at line 996 of file Protocol.h.
int mlir::lsp::SignatureHelp::activeParameter = 0 |
The active parameter of the active signature.
Definition at line 1004 of file Protocol.h.
Referenced by mlir::lsp::toJSON().
int mlir::lsp::SignatureHelp::activeSignature = 0 |
The active signature.
Definition at line 1001 of file Protocol.h.
Referenced by mlir::lsp::toJSON().
std::vector<SignatureInformation> mlir::lsp::SignatureHelp::signatures |
The resulting signatures.
Definition at line 998 of file Protocol.h.
Referenced by mlir::lsp::toJSON().