LLVM 17.0.0git
|
Keeps state for the recursive_directory_iterator. More...
#include "llvm/Support/VirtualFileSystem.h"
Public Attributes | |
std::stack< directory_iterator, std::vector< directory_iterator > > | Stack |
bool | HasNoPushRequest = false |
Keeps state for the recursive_directory_iterator.
Definition at line 222 of file VirtualFileSystem.h.
bool llvm::vfs::detail::RecDirIterState::HasNoPushRequest = false |
Definition at line 224 of file VirtualFileSystem.h.
std::stack<directory_iterator, std::vector<directory_iterator> > llvm::vfs::detail::RecDirIterState::Stack |
Definition at line 223 of file VirtualFileSystem.h.