Lines Matching refs:It
97 auto It = lower_bound( in inlineLibrary() local
103 if (Overwrite && It != Documents.end() && in inlineLibrary()
104 Reexport->getInstallName() == (*It)->getInstallName()) { in inlineLibrary()
105 std::replace(Documents.begin(), Documents.end(), *It, in inlineLibrary()
110 if ((It != Documents.end()) && in inlineLibrary()
111 !(Reexport->getInstallName() < (*It)->getInstallName())) in inlineLibrary()
114 Documents.emplace(It, std::move(Reexport)); in inlineLibrary()
173 for (const auto &It : umbrellas()) { in merge() local
174 if (!It.second.empty()) in merge()
175 IF->addParentUmbrella(It.first, It.second); in merge()
177 for (const auto &It : O->umbrellas()) { in merge() local
178 if (!It.second.empty()) in merge()
179 IF->addParentUmbrella(It.first, It.second); in merge()
248 for (const auto &It : umbrellas()) in remove() local
249 if (It.first.Arch != Arch) in remove()
250 IF->addParentUmbrella(It.first, It.second); in remove()
316 for (const auto &It : umbrellas()) in extract() local
317 if (It.first.Arch == Arch) in extract()
318 IF->addParentUmbrella(It.first, It.second); in extract()
320 for (const auto &It : rpaths()) in extract() local
321 if (It.first.Arch == Arch) in extract()
322 IF->addRPath(It.second, It.first); in extract()