Searched defs:getDraft (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang-tools-extra/clangd/ | ||
H A D | DraftStore.cpp | 19 std::optional<DraftStore::Draft> DraftStore::getDraft(PathRef File) const { in getDraft() function in clang::clangd::DraftStore |
H A D | ClangdServer.cpp | 327 if (auto Draft = DraftMgr.getDraft(FilePath)) // else disappeared in race? in getDraft() function in clang::clangd::ClangdServer |