MLIR
20.0.0git
|
#include "mlir/Tools/lsp-server-support/Protocol.h"
Public Attributes | |
URIForFile | uri |
The text document's URI. More... | |
int64_t | version |
The version number of this document. More... | |
Definition at line 262 of file Protocol.h.
URIForFile mlir::lsp::VersionedTextDocumentIdentifier::uri |
The text document's URI.
Definition at line 264 of file Protocol.h.
Referenced by mlir::lsp::fromJSON(), and mlir::lsp::toJSON().
int64_t mlir::lsp::VersionedTextDocumentIdentifier::version |
The version number of this document.
Definition at line 266 of file Protocol.h.
Referenced by mlir::lsp::fromJSON(), and mlir::lsp::toJSON().