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

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

Public Attributes

TextDocumentIdentifier textDocument
 The document that was closed. More...
 

Detailed Description

Definition at line 470 of file Protocol.h.

Member Data Documentation

◆ textDocument

TextDocumentIdentifier mlir::lsp::DidCloseTextDocumentParams::textDocument

The document that was closed.

Definition at line 472 of file Protocol.h.

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


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