Searched refs:DraftStore (Results 1 – 8 of 8) sorted by relevance
18 llvm::Optional<DraftStore::Draft> DraftStore::getDraft(PathRef File) const { in getDraft()28 std::vector<Path> DraftStore::getActiveFiles() const { in getActiveFiles()61 static void updateVersion(DraftStore::Draft &D, in updateVersion()74 std::string DraftStore::addDraft(PathRef File, llvm::StringRef Version, in addDraft()85 void DraftStore::removeDraft(PathRef File) { in removeDraft()116 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> DraftStore::asVFS() const { in asVFS()
27 class DraftStore {
70 DraftStore.cpp
447 DraftStore DraftMgr;
137 DraftStoreFS(const ThreadsafeFS &Base, const DraftStore &Drafts) in DraftStoreFS()149 const DraftStore &DirtyFiles;
17 TEST(DraftStore, Versions) { in TEST() argument18 DraftStore DS; in TEST()
89 "DraftStore.cpp",
1378 clang-tools-extra/clangd/DraftStore.cpp1379 clang-tools-extra/clangd/DraftStore.h