Searched refs:RealFSDirIter (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/Basic/ |
D | VirtualFileSystem.cpp | 251 class RealFSDirIter : public clang::vfs::detail::DirIterImpl { class 255 RealFSDirIter(const Twine &_Path, std::error_code &EC) in RealFSDirIter() function in __anon45e96e000311::RealFSDirIter 284 return directory_iterator(std::make_shared<RealFSDirIter>(Dir, EC)); in dir_begin()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | VirtualFileSystem.cpp | 357 class RealFSDirIter : public llvm::vfs::detail::DirIterImpl { class 361 RealFSDirIter(const Twine &Path, std::error_code &EC) : Iter(Path, EC) { in RealFSDirIter() function in __anon02b9f3930311::RealFSDirIter 382 std::make_shared<RealFSDirIter>(adjustPath(Dir, Storage), EC)); in dir_begin()
|
/external/llvm-project/llvm/lib/Support/ |
D | VirtualFileSystem.cpp | 357 class RealFSDirIter : public llvm::vfs::detail::DirIterImpl { class 361 RealFSDirIter(const Twine &Path, std::error_code &EC) : Iter(Path, EC) { in RealFSDirIter() function in __anonbe2b359f0311::RealFSDirIter 382 std::make_shared<RealFSDirIter>(adjustPath(Dir, Storage), EC)); in dir_begin()
|