Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h1377 struct DirIterState;
1379 std::error_code directory_iterator_construct(DirIterState &, StringRef, bool);
1380 std::error_code directory_iterator_increment(DirIterState &);
1381 std::error_code directory_iterator_destruct(DirIterState &);
1384 struct DirIterState { struct
1385 ~DirIterState() { in ~DirIterState() argument
1399 std::shared_ptr<detail::DirIterState> State; argument
1406 State = std::make_shared<detail::DirIterState>(); in FollowSymlinks()
1415 State = std::make_shared<detail::DirIterState>(); in FollowSymlinks()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc866 std::error_code detail::directory_iterator_construct(detail::DirIterState &it,
881 std::error_code detail::directory_iterator_destruct(detail::DirIterState &it) {
903 std::error_code detail::directory_iterator_increment(detail::DirIterState &It) {
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc966 std::error_code detail::directory_iterator_construct(detail::DirIterState &IT,
1023 std::error_code detail::directory_iterator_destruct(detail::DirIterState &IT) {
1032 std::error_code detail::directory_iterator_increment(detail::DirIterState &IT) {