Searched defs:DirIterImpl (Results 1 – 2 of 2) sorted by relevance
71 struct DirIterImpl : public clang::vfs::detail::DirIterImpl { struct in __anoncc6ad3950111::DummyFileSystem72 std::map<std::string, vfs::Status> &FilesAndDirs;73 std::map<std::string, vfs::Status>::iterator I;74 std::string Path;75 bool isInPath(StringRef S) { in isInPath()83 DirIterImpl(std::map<std::string, vfs::Status> &FilesAndDirs, in DirIterImpl() function94 std::error_code increment() override { in increment()
112 struct DirIterImpl { struct124 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy argument