Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp386 class RealFSDirIter : public llvm::vfs::detail::DirIterImpl { class
390 RealFSDirIter(const Twine &Path, std::error_code &EC) : Iter(Path, EC) { in RealFSDirIter() function in __anon4785343f0311::RealFSDirIter
411 std::make_shared<RealFSDirIter>(adjustPath(Dir, Storage), EC)); in dir_begin()