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