Home
last modified time | relevance | path

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

/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp69 struct DirIterImpl : public clang::vfs::detail::DirIterImpl { struct in __anon8b4c01da0111::DummyFileSystem
70 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() function
92 std::error_code increment() override { in increment()
/external/clang/include/clang/Basic/
DVirtualFileSystem.h104 struct DirIterImpl { struct
116 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy argument