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.h1472 struct RecDirIterState { struct
1483 std::shared_ptr<detail::RecDirIterState> State; argument
1490 : State(std::make_shared<detail::RecDirIterState>()), in State() argument
H A DVirtualFileSystem.h220 struct RecDirIterState { struct
231 std::shared_ptr<detail::RecDirIterState> argument
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2915 State = std::make_shared<detail::RecDirIterState>(); in recursive_directory_iterator()