Searched refs:DraftMgr (Results 1 – 2 of 2) sorted by relevance
184 DirtyFS(std::make_unique<DraftStoreFS>(TFS, DraftMgr)) { in ClangdServer()251 std::string ActualVersion = DraftMgr.addDraft(File, Version, Contents); in addDocument()274 for (const Path &FilePath : DraftMgr.getActiveFiles()) in reparseOpenFilesIfNeeded()276 if (auto Draft = DraftMgr.getDraft(FilePath)) // else disappeared in race? in reparseOpenFilesIfNeeded()282 auto Draft = DraftMgr.getDraft(File); in getDraft()366 DraftMgr.removeDraft(File); in removeDocument()
447 DraftStore DraftMgr; variable