HomeSort by: relevance | last modified time | path
    Searched refs:RecDirIterState (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileSystem.h 1450 struct RecDirIterState {
1461 std::shared_ptr<detail::RecDirIterState> State;
1468 : State(std::make_shared<detail::RecDirIterState>()),
VirtualFileSystem.h 200 struct RecDirIterState {
211 std::shared_ptr<detail::RecDirIterState>
  /src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp 2341 State = std::make_shared<detail::RecDirIterState>();

Completed in 23 milliseconds