Home
last modified time | relevance | path

Searched refs:DirIterState (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileSystem.h1402 struct DirIterState;
1404 std::error_code directory_iterator_construct(DirIterState &, StringRef, bool);
1405 std::error_code directory_iterator_increment(DirIterState &);
1406 std::error_code directory_iterator_destruct(DirIterState &);
1409 struct DirIterState { struct
1410 ~DirIterState() { in ~DirIterState() argument
1424 std::shared_ptr<detail::DirIterState> State; argument
1431 State = std::make_shared<detail::DirIterState>(); in FollowSymlinks()
1440 State = std::make_shared<detail::DirIterState>(); in FollowSymlinks()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc982 std::error_code detail::directory_iterator_construct(detail::DirIterState &IT,
1039 std::error_code detail::directory_iterator_destruct(detail::DirIterState &IT) {
1048 std::error_code detail::directory_iterator_increment(detail::DirIterState &IT) {
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DPath.inc892 std::error_code detail::directory_iterator_construct(detail::DirIterState &it,
907 std::error_code detail::directory_iterator_destruct(detail::DirIterState &it) {
929 std::error_code detail::directory_iterator_increment(detail::DirIterState &It) {