|
LLVM 23.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 246 of file Protocol.h.
| std::string llvm::lsp::TextDocumentItem::languageId |
The text document's language identifier.
Definition at line 251 of file Protocol.h.
| std::string llvm::lsp::TextDocumentItem::text |
The content of the opened text document.
Definition at line 254 of file Protocol.h.
| URIForFile llvm::lsp::TextDocumentItem::uri |
The text document's URI.
Definition at line 248 of file Protocol.h.
| int64_t llvm::lsp::TextDocumentItem::version |
The version number of this document.
Definition at line 257 of file Protocol.h.