Home
last modified time | relevance | path

Searched refs:DraftMgr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DClangdServer.cpp184 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()
H A DClangdServer.h447 DraftStore DraftMgr; variable