Home
last modified time | relevance | path

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

/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp71 struct DirIterImpl : public clang::vfs::detail::DirIterImpl { struct in __anon73ed79de0111::DummyFileSystem
72 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() function
94 std::error_code increment() override { in increment()
/external/clang/include/clang/Basic/
DVirtualFileSystem.h112 struct DirIterImpl { struct
124 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy argument