Searched refs:getActiveFiles (Results 1 – 3 of 3) sorted by relevance
39 std::vector<Path> getActiveFiles() const;
28 std::vector<Path> DraftStore::getActiveFiles() const { in getActiveFiles() function in clang::clangd::DraftStore
274 for (const Path &FilePath : DraftMgr.getActiveFiles()) in reparseOpenFilesIfNeeded()