Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DDraftStore.h48 void removeDraft(PathRef File);
H A DDraftStore.cpp85 void DraftStore::removeDraft(PathRef File) { in removeDraft() function in clang::clangd::DraftStore
H A DClangdServer.cpp366 DraftMgr.removeDraft(File); in removeDocument()