LLVM 22.0.0git
|
A parameter literal used in inlay hint requests. More...
#include "llvm/Support/LSP/Protocol.h"
Public Attributes | |
TextDocumentIdentifier | textDocument |
The text document. | |
Range | range |
The visible document range for which inlay hints should be computed. |
A parameter literal used in inlay hint requests.
Definition at line 1075 of file Protocol.h.
Range llvm::lsp::InlayHintsParams::range |
The visible document range for which inlay hints should be computed.
Definition at line 1080 of file Protocol.h.
TextDocumentIdentifier llvm::lsp::InlayHintsParams::textDocument |
The text document.
Definition at line 1077 of file Protocol.h.