Home
last modified time | relevance | path

Searched defs:DirIterImpl (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Host/
H A DFileSystemTest.cpp86 struct DirIterImpl : public llvm::vfs::detail::DirIterImpl { struct in __anonef9ab2f10111::DummyFileSystem
87 std::map<std::string, vfs::Status> &FilesAndDirs;
88 std::map<std::string, vfs::Status>::iterator I;
89 std::string Path;
90 bool isInPath(StringRef S) { in isInPath()
98 DirIterImpl(std::map<std::string, vfs::Status> &FilesAndDirs, in DirIterImpl() function
110 std::error_code increment() override { in increment()
/llvm-project-15.0.7/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp96 struct DirIterImpl : public llvm::vfs::detail::DirIterImpl { struct in __anon6124b8b40111::DummyFileSystem
97 std::map<std::string, vfs::Status> &FilesAndDirs;
98 std::map<std::string, vfs::Status>::iterator I;
99 std::string Path;
100 bool isInPath(StringRef S) { in isInPath()
108 DirIterImpl(std::map<std::string, vfs::Status> &FilesAndDirs, in DirIterImpl() argument
120 std::error_code increment() override { in increment()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h168 struct DirIterImpl { struct
183 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy argument