Searched refs:DraftStoreFS (Results 1 – 1 of 1) sorted by relevance
135 class DraftStoreFS : public ThreadsafeFS { class137 DraftStoreFS(const ThreadsafeFS &Base, const DraftStore &Drafts) in DraftStoreFS() function in clang::clangd::__anon37529e4b0111::DraftStoreFS184 DirtyFS(std::make_unique<DraftStoreFS>(TFS, DraftMgr)) { in ClangdServer()