Searched defs:DirIterImpl (Results 1 – 2 of 2) sorted by relevance
69 struct DirIterImpl : public clang::vfs::detail::DirIterImpl { struct in __anon8b4c01da0111::DummyFileSystem70 std::map<std::string, vfs::Status> &FilesAndDirs;71 std::map<std::string, vfs::Status>::iterator I;72 std::string Path;73 bool isInPath(StringRef S) { in isInPath()81 DirIterImpl(std::map<std::string, vfs::Status> &FilesAndDirs, in DirIterImpl() function92 std::error_code increment() override { in increment()
104 struct DirIterImpl { struct116 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy argument