Searched refs:PathIt (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp387 auto PathIt = llvm::sys::path::rbegin(Dir->path()); local
388 for (int I = 0; I != Dir.level() + 1; ++I, ++PathIt)
389 Components.push_back(*PathIt);

Completed in 184 milliseconds