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.h1486 struct RecDirIterState { struct
1497 std::shared_ptr<detail::RecDirIterState> State; argument
1504 : 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.cpp2928 State = std::make_shared<detail::RecDirIterState>(); in recursive_directory_iterator()