Home
last modified time | relevance | path

Searched refs:Drafts (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DDraftStore.cpp21 auto It = Drafts.find(File); in getDraft()
22 if (It == Drafts.end()) in getDraft()
32 for (auto DraftIt = Drafts.begin(); DraftIt != Drafts.end(); DraftIt++) in getActiveFiles()
78 auto &D = Drafts[File]; in addDraft()
88 Drafts.erase(File); in removeDraft()
119 for (const auto &Draft : Drafts) in asVFS()
H A DDraftStore.h58 llvm::StringMap<DraftAndTime> Drafts; variable
H A DClangdServer.cpp137 DraftStoreFS(const ThreadsafeFS &Base, const DraftStore &Drafts) in DraftStoreFS() argument
138 : Base(Base), DirtyFiles(Drafts) {} in DraftStoreFS()