clang-tools
9.0.0
|
#include <Protocol.h>
Public Attributes | |
URIForFile | uri |
The text document's URI. More... | |
std::string | languageId |
The text document's language identifier. More... | |
int | version = 0 |
The version number of this document (it will strictly increase after each. More... | |
std::string | text |
The content of the opened text document. More... | |
Definition at line 217 of file Protocol.h.
std::string clang::clangd::TextDocumentItem::languageId |
The text document's language identifier.
Definition at line 222 of file Protocol.h.
std::string clang::clangd::TextDocumentItem::text |
The content of the opened text document.
Definition at line 228 of file Protocol.h.
URIForFile clang::clangd::TextDocumentItem::uri |
The text document's URI.
Definition at line 219 of file Protocol.h.
int clang::clangd::TextDocumentItem::version = 0 |
The version number of this document (it will strictly increase after each.
Definition at line 225 of file Protocol.h.