Searched defs:DirIterImpl (Results 1 – 2 of 2) sorted by relevance
53 struct DirIterImpl : public clang::vfs::detail::DirIterImpl { struct in __anondbae346c0111::DummyFileSystem54 std::map<std::string, vfs::Status> &FilesAndDirs;55 std::map<std::string, vfs::Status>::iterator I;56 std::string Path;57 bool isInPath(StringRef S) { in isInPath()65 DirIterImpl(std::map<std::string, vfs::Status> &FilesAndDirs, in DirIterImpl() function76 std::error_code increment() override { in increment()
106 struct DirIterImpl { struct118 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy argument