LLVM 22.0.0git
|
#include "llvm/Support/LSP/Protocol.h"
Public Attributes | |
URIForFile | uri |
The text document's URI. | |
std::string | languageId |
The text document's language identifier. | |
std::string | text |
The content of the opened text document. | |
int64_t | version |
The version number of this document. |
Definition at line 236 of file Protocol.h.
std::string llvm::lsp::TextDocumentItem::languageId |
The text document's language identifier.
Definition at line 241 of file Protocol.h.
std::string llvm::lsp::TextDocumentItem::text |
The content of the opened text document.
Definition at line 244 of file Protocol.h.
URIForFile llvm::lsp::TextDocumentItem::uri |
The text document's URI.
Definition at line 238 of file Protocol.h.
int64_t llvm::lsp::TextDocumentItem::version |
The version number of this document.
Definition at line 247 of file Protocol.h.