Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVirtualFileSystem.h144 struct DirIterImpl { struct
145 virtual ~DirIterImpl();
159 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy argument
162 directory_iterator(std::shared_ptr<detail::DirIterImpl> I) in directory_iterator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DVirtualFileSystem.cpp357 class RealFSDirIter : public llvm::vfs::detail::DirIterImpl {
451 llvm::vfs::detail::DirIterImpl::~DirIterImpl() = default;
455 class OverlayFSDirIterImpl : public llvm::vfs::detail::DirIterImpl {
888 class InMemoryDirIterator : public llvm::vfs::detail::DirIterImpl {
1005 : public llvm::vfs::detail::DirIterImpl {