Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h1475 struct RecDirIterState { struct
1486 std::shared_ptr<detail::RecDirIterState> State; argument
1493 : State(std::make_shared<detail::RecDirIterState>()), in State() argument
H A DVirtualFileSystem.h222 struct RecDirIterState { struct
233 std::shared_ptr<detail::RecDirIterState> argument
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp2818 State = std::make_shared<detail::RecDirIterState>(); in recursive_directory_iterator()