clang-tools
11.0.0
|
#include <DraftStore.h>
Public Attributes | |
std::string | Contents |
int64_t | Version = -1 |
Definition at line 30 of file DraftStore.h.
std::string clang::clangd::DraftStore::Draft::Contents |
Definition at line 31 of file DraftStore.h.
Referenced by clang::clangd::DraftStore::addDraft().
int64_t clang::clangd::DraftStore::Draft::Version = -1 |
Definition at line 32 of file DraftStore.h.
Referenced by clang::clangd::DraftStore::addDraft(), and clang::clangd::updateVersion().