Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h1448 struct RecDirIterState { struct
1459 std::shared_ptr<detail::RecDirIterState> State; argument
1466 : State(std::make_shared<detail::RecDirIterState>()), in State() argument
H A DVirtualFileSystem.h200 struct RecDirIterState { struct
211 std::shared_ptr<detail::RecDirIterState> argument
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2342 State = std::make_shared<detail::RecDirIterState>(); in recursive_directory_iterator()