Searched defs:DirIterImpl (Results 1 – 2 of 2) sorted by relevance
47 struct DirIterImpl : public clang::vfs::detail::DirIterImpl { struct in __anoncc6ad3950111::DummyFileSystem48 std::map<std::string, vfs::Status> &FilesAndDirs;49 std::map<std::string, vfs::Status>::iterator I;50 std::string Path;51 bool isInPath(StringRef S) { in isInPath()59 DirIterImpl(std::map<std::string, vfs::Status> &FilesAndDirs, in DirIterImpl() function70 std::error_code increment() override { in increment()
104 struct DirIterImpl { struct116 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy argument