Searched refs:ItEnd (Results 1 – 3 of 3) sorted by relevance
183 for (auto It = begin, ItEnd = end; It != ItEnd; ++It) { in dump() local
207 ItEnd = std::sregex_iterator(); in parseAnnotation() local208 It != ItEnd; ++It) { in parseAnnotation()
1202 auto ItEnd = IEnd->getIterator(); in cloneAndAdaptNoAliasScopes() local1203 ++ItEnd; // IEnd is included, increment ItEnd to get the end of the range in cloneAndAdaptNoAliasScopes()1204 for (auto &I : llvm::make_range(ItStart, ItEnd)) in cloneAndAdaptNoAliasScopes()