MLIR
20.0.0git
|
A parameter literal used in inlay hint requests. More...
#include "mlir/Tools/lsp-server-support/Protocol.h"
Public Attributes | |
TextDocumentIdentifier | textDocument |
The text document. More... | |
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 1065 of file Protocol.h.
Range mlir::lsp::InlayHintsParams::range |
The visible document range for which inlay hints should be computed.
Definition at line 1070 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().
TextDocumentIdentifier mlir::lsp::InlayHintsParams::textDocument |