Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp1972 std::vector<std::unique_ptr<RedirectingFileSystem::Entry>> RootEntries; in parse() local
1994 RootEntries.push_back(std::move(E)); in parse()
2068 for (auto &E : RootEntries) in parse()