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

/external/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp71 struct DirIterImpl : public clang::vfs::detail::DirIterImpl { struct in class:__anon3329::DummyFileSystem
83 DirIterImpl(std::map<std::string, vfs::Status> &FilesAndDirs, function in struct:__anon3329::DummyFileSystem::DirIterImpl
111 std::make_shared<DirIterImpl>(FilesAndDirs, Dir));
/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h112 struct DirIterImpl { struct in namespace:clang::vfs::detail
113 virtual ~DirIterImpl();
124 std::shared_ptr<detail::DirIterImpl> Impl; // Input iterator semantics on copy
127 directory_iterator(std::shared_ptr<detail::DirIterImpl> I)
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp251 class RealFSDirIter : public clang::vfs::detail::DirIterImpl {
335 clang::vfs::detail::DirIterImpl::~DirIterImpl() { }
338 class OverlayFSDirIterImpl : public clang::vfs::detail::DirIterImpl {
642 class InMemoryDirIterator : public clang::vfs::detail::DirIterImpl {
656 // When we're at the end, make CurrentEntry invalid and DirIterImpl will do
771 class VFSFromYamlDirIterImpl : public clang::vfs::detail::DirIterImpl {

Completed in 111 milliseconds