clang-tools 20.0.0git
|
A parameter literal used in inlay hint requests. More...
#include <Protocol.h>
Public Attributes | |
TextDocumentIdentifier | textDocument |
The text document. | |
std::optional< Range > | range |
The visible document range for which inlay hints should be computed. | |
A parameter literal used in inlay hint requests.
Definition at line 1639 of file Protocol.h.
std::optional<Range> clang::clangd::InlayHintsParams::range |
The visible document range for which inlay hints should be computed.
std::nullopt is a clangd extension, which hints for computing hints on the whole file.
Definition at line 1647 of file Protocol.h.
Referenced by clang::clangd::fromJSON().
TextDocumentIdentifier clang::clangd::InlayHintsParams::textDocument |
The text document.
Definition at line 1641 of file Protocol.h.
Referenced by clang::clangd::fromJSON().