|
LLVM 23.0.0git
|
A single parameter of a particular signature. More...
#include "llvm/Support/LSP/Protocol.h"
Public Attributes | |
| std::string | labelString |
| The label of this parameter. Ignored when labelOffsets is set. | |
| std::optional< std::pair< unsigned, unsigned > > | labelOffsets |
| Inclusive start and exclusive end offsets withing the containing signature label. | |
| std::string | documentation |
| The documentation of this parameter. Optional. | |
A single parameter of a particular signature.
Definition at line 1006 of file Protocol.h.
| std::string llvm::lsp::ParameterInformation::documentation |
The documentation of this parameter. Optional.
Definition at line 1015 of file Protocol.h.
Inclusive start and exclusive end offsets withing the containing signature label.
Definition at line 1012 of file Protocol.h.
| std::string llvm::lsp::ParameterInformation::labelString |
The label of this parameter. Ignored when labelOffsets is set.
Definition at line 1008 of file Protocol.h.