Home
last modified time | relevance | path

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

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