LLVM: llvm::lsp::TextDocumentItem Struct Reference (original) (raw)
#include "[llvm/Support/LSP/Protocol.h](Protocol%5F8h%5Fsource.html)"
| 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 239 of file Protocol.h.
◆ languageId
std::string llvm::lsp::TextDocumentItem::languageId
The text document's language identifier.
Definition at line 244 of file Protocol.h.
◆ text
std::string llvm::lsp::TextDocumentItem::text
The content of the opened text document.
Definition at line 247 of file Protocol.h.
◆ uri
The text document's URI.
Definition at line 241 of file Protocol.h.
◆ version
int64_t llvm::lsp::TextDocumentItem::version
The version number of this document.
Definition at line 250 of file Protocol.h.
The documentation for this struct was generated from the following file:
- include/llvm/Support/LSP/Protocol.h