Home
last modified time | relevance | path

Searched refs:IterState (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DVirtualFileSystem.h156 IterState; typedef
159 std::shared_ptr<IterState> State; // Input iterator semantics on copy.
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DVirtualFileSystem.cpp1172 State = std::make_shared<IterState>(); in recursive_directory_iterator()