Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DDraftStore.h39 std::vector<Path> getActiveFiles() const;
H A DDraftStore.cpp28 std::vector<Path> DraftStore::getActiveFiles() const { in getActiveFiles() function in clang::clangd::DraftStore
H A DClangdServer.cpp274 for (const Path &FilePath : DraftMgr.getActiveFiles()) in reparseOpenFilesIfNeeded()