Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileSystem.h1475 struct RecDirIterState { struct
1486 std::shared_ptr<detail::RecDirIterState> State; argument
1493 : State(std::make_shared<detail::RecDirIterState>()), in State() argument
H A DVirtualFileSystem.h223 struct RecDirIterState { struct
234 std::shared_ptr<detail::RecDirIterState> argument
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp2763 State = std::make_shared<detail::RecDirIterState>(); in recursive_directory_iterator()