Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp2019 std::vector<std::unique_ptr<RedirectingFileSystem::Entry>> RootEntries; in parse() local
2041 RootEntries.push_back(std::move(E)); in parse()
2122 for (auto &E : RootEntries) in parse()