Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h1450 struct RecDirIterState { struct
1461 std::shared_ptr<detail::RecDirIterState> State; argument
1468 : State(std::make_shared<detail::RecDirIterState>()), in State() argument
H A DVirtualFileSystem.h200 struct RecDirIterState { struct
211 std::shared_ptr<detail::RecDirIterState> argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp2341 State = std::make_shared<detail::RecDirIterState>(); in recursive_directory_iterator()