Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1673 std::vector<std::unique_ptr<RedirectingFileSystem::Entry>> RootEntries; in parse() local
1695 RootEntries.push_back(std::move(E)); in parse()
1743 for (auto &E : RootEntries) in parse()