MLIR
20.0.0git
|
#include "mlir/Tools/lsp-server-support/Protocol.h"
Public Attributes | |
URIForFile | uri |
The text document's URI. More... | |
std::string | languageId |
The text document's language identifier. More... | |
std::string | text |
The content of the opened text document. More... | |
int64_t | version |
The version number of this document. More... | |
Definition at line 226 of file Protocol.h.
std::string mlir::lsp::TextDocumentItem::languageId |
The text document's language identifier.
Definition at line 231 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().
std::string mlir::lsp::TextDocumentItem::text |
The content of the opened text document.
Definition at line 234 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().
URIForFile mlir::lsp::TextDocumentItem::uri |
The text document's URI.
Definition at line 228 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().
int64_t mlir::lsp::TextDocumentItem::version |
The version number of this document.
Definition at line 237 of file Protocol.h.
Referenced by mlir::lsp::fromJSON().