Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/Host/
H A DFileSystemTest.cpp91 struct DirIterImpl : public llvm::vfs::detail::DirIterImpl { struct in __anonab014d540111::DummyFileSystem
92 std::map<std::string, vfs::Status> &FilesAndDirs;
93 std::map<std::string, vfs::Status>::iterator I;
94 std::string Path;
95 bool isInPath(StringRef S) { in isInPath()
103 DirIterImpl(std::map<std::string, vfs::Status> &FilesAndDirs, in DirIterImpl() function
115 std::error_code increment() override { in increment()
/llvm-project/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp99 struct DirIterImpl : public llvm::vfs::detail::DirIterImpl { struct in __anon6bedead70111::DummyFileSystem
111 DirIterImpl(std::map<std::string, vfs::Status> &FilesAndDirs, in DirIterImpl() argument
100 FilesAndDirs__anon6bedead70111::DummyFileSystem::DirIterImpl global() argument
101 I__anon6bedead70111::DummyFileSystem::DirIterImpl global() argument
102 Path__anon6bedead70111::DummyFileSystem::DirIterImpl global() argument
103 isInPath__anon6bedead70111::DummyFileSystem::DirIterImpl isInPath() argument
123 increment__anon6bedead70111::DummyFileSystem::DirIterImpl increment() argument
/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h165 struct DirIterImpl { struct
180 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy argument