Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h1473 struct RecDirIterState { struct
1484 std::shared_ptr<detail::RecDirIterState> State; argument
1491 : State(std::make_shared<detail::RecDirIterState>()), in State() argument
H A DVirtualFileSystem.h222 struct RecDirIterState { struct
233 std::shared_ptr<detail::RecDirIterState> argument
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2836 State = std::make_shared<detail::RecDirIterState>(); in recursive_directory_iterator()