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

#include "mlir/Tools/lsp-server-support/Protocol.h"

+ Inheritance diagram for mlir::lsp::TextDocumentPositionParams:

Public Attributes

TextDocumentIdentifier textDocument
 The text document. More...
 
Position position
 The position inside the text document. More...
 

Detailed Description

Definition at line 420 of file Protocol.h.

Member Data Documentation

◆ position

Position mlir::lsp::TextDocumentPositionParams::position

The position inside the text document.

Definition at line 425 of file Protocol.h.

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

◆ textDocument

TextDocumentIdentifier mlir::lsp::TextDocumentPositionParams::textDocument

The text document.

Definition at line 422 of file Protocol.h.

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


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