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