MLIR
20.0.0git
|
#include "mlir/Tools/lsp-server-support/Protocol.h"
Public Attributes | |
VersionedTextDocumentIdentifier | textDocument |
The document that changed. More... | |
std::vector< TextDocumentContentChangeEvent > | contentChanges |
The actual content changes. More... | |
Definition at line 501 of file Protocol.h.
std::vector<TextDocumentContentChangeEvent> mlir::lsp::DidChangeTextDocumentParams::contentChanges |
The actual content changes.
Definition at line 506 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().
VersionedTextDocumentIdentifier mlir::lsp::DidChangeTextDocumentParams::textDocument |
The document that changed.
Definition at line 503 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().