Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp357 class RealFSDirIter : public llvm::vfs::detail::DirIterImpl { class
361 RealFSDirIter(const Twine &Path, std::error_code &EC) : Iter(Path, EC) { in RealFSDirIter() function in __anona9173f7c0311::RealFSDirIter
382 std::make_shared<RealFSDirIter>(adjustPath(Dir, Storage), EC)); in dir_begin()