Searched refs:EndIt (Results 1 – 3 of 3) sorted by relevance
137 EndIt = succ_end(IntStack.back().first); variable138 while (SuccIt != EndIt) { // Loop over all interval succs
2654 EndIt = std::upper_bound(LocDecls.begin(), LocDecls.end(), in findFileRegionDecls() local2657 if (EndIt != LocDecls.end()) in findFileRegionDecls()2658 ++EndIt; in findFileRegionDecls()2660 for (LocDeclsTy::iterator DIt = BeginIt; DIt != EndIt; ++DIt) in findFileRegionDecls()
4874 EndIt = std::upper_bound(DInfo.Decls.begin(), DInfo.Decls.end(), in FindFileRegionDecls() local4876 if (EndIt != DInfo.Decls.end()) in FindFileRegionDecls()4877 ++EndIt; in FindFileRegionDecls()4880 DIt = BeginIt; DIt != EndIt; ++DIt) in FindFileRegionDecls()