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

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

Public Attributes

TextDocumentItem textDocument
 The document that was opened. More...
 

Detailed Description

Definition at line 457 of file Protocol.h.

Member Data Documentation

◆ textDocument

TextDocumentItem mlir::lsp::DidOpenTextDocumentParams::textDocument

The document that was opened.

Definition at line 459 of file Protocol.h.

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


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