MLIR  19.0.0git
Public Attributes | List of all members
mlir::lsp::InlayHintsParams Struct Reference

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...
 

Detailed Description

A parameter literal used in inlay hint requests.

Definition at line 1055 of file Protocol.h.

Member Data Documentation

◆ range

Range mlir::lsp::InlayHintsParams::range

The visible document range for which inlay hints should be computed.

Definition at line 1060 of file Protocol.h.

Referenced by mlir::lsp::fromJSON().

◆ textDocument

TextDocumentIdentifier mlir::lsp::InlayHintsParams::textDocument

The text document.

Definition at line 1057 of file Protocol.h.

Referenced by mlir::lsp::fromJSON().


The documentation for this struct was generated from the following file: