clang-tools
11.0.0
|
This is the complete list of members for clang::clangd::DraftStore, including all inherited members.
addDraft(PathRef File, llvm::Optional< int64_t > Version, StringRef Contents) | clang::clangd::DraftStore | |
getActiveFiles() const | clang::clangd::DraftStore | |
getDraft(PathRef File) const | clang::clangd::DraftStore | |
removeDraft(PathRef File) | clang::clangd::DraftStore | |
updateDraft(PathRef File, llvm::Optional< int64_t > Version, llvm::ArrayRef< TextDocumentContentChangeEvent > Changes) | clang::clangd::DraftStore |