Home
last modified time | relevance | path

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

/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp71 struct DirIterImpl : public clang::vfs::detail::DirIterImpl { struct in __anonb2fa191a0111::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
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DVirtualFileSystem.h144 struct DirIterImpl { struct
159 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy argument