Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp1672 std::vector<std::unique_ptr<RedirectingFileSystem::Entry>> RootEntries; in parse() local
1694 RootEntries.push_back(std::move(E)); in parse()
1742 for (auto &E : RootEntries) in parse()