clang-tools
7.0.0
|
Represents the signature of a callable. More...
#include <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 778 of file Protocol.h.
int clang::clangd::SignatureHelp::activeParameter = 0 |
The active parameter of the active signature.
Definition at line 787 of file Protocol.h.
Referenced by clang::clangd::toJSON().
int clang::clangd::SignatureHelp::activeSignature = 0 |
The active signature.
Definition at line 784 of file Protocol.h.
Referenced by clang::clangd::toJSON().
std::vector<SignatureInformation> clang::clangd::SignatureHelp::signatures |
The resulting signatures.
Definition at line 781 of file Protocol.h.
Referenced by clang::clangd::toJSON().