Searched refs:PathIt (Results 1 – 2 of 2) sorted by relevance
237 for (auto PathIt = path::begin(Path), PathEnd = path::end(Path); in isPathInStableDir() local238 PrefixIt != PrefixEnd && PathIt != PathEnd; ++PrefixIt, ++PathIt) { in isPathInStableDir()239 if (*PrefixIt != *PathIt) in isPathInStableDir()
562 auto PathIt = llvm::sys::path::rbegin(Dir->path()); in collectModuleHeaderIncludes() local563 for (int I = 0; I != Dir.level() + 1; ++I, ++PathIt) in collectModuleHeaderIncludes()564 Components.push_back(*PathIt); in collectModuleHeaderIncludes()