Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DVirtualFileSystem.cpp314 class RealFSDirIter : public llvm::vfs::detail::DirIterImpl { class
318 RealFSDirIter(const Twine &Path, std::error_code &EC) : Iter(Path, EC) { in RealFSDirIter() function in __anon49858f0d0311::RealFSDirIter
337 return directory_iterator(std::make_shared<RealFSDirIter>(Dir, EC)); in dir_begin()