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

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

Public Attributes

VersionedTextDocumentIdentifier textDocument
 The document that changed. More...
 
std::vector< TextDocumentContentChangeEventcontentChanges
 The actual content changes. More...
 

Detailed Description

Definition at line 504 of file Protocol.h.

Member Data Documentation

◆ contentChanges

std::vector<TextDocumentContentChangeEvent> mlir::lsp::DidChangeTextDocumentParams::contentChanges

The actual content changes.

Definition at line 509 of file Protocol.h.

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

◆ textDocument

VersionedTextDocumentIdentifier mlir::lsp::DidChangeTextDocumentParams::textDocument

The document that changed.

Definition at line 506 of file Protocol.h.

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


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