Home | History | Annotate | Download | only in Frontend

Lines Matching refs:EndIt

2612   LocDeclsTy::iterator EndIt = std::upper_bound(
2615 if (EndIt != LocDecls.end())
2616 ++EndIt;
2618 for (LocDeclsTy::iterator DIt = BeginIt; DIt != EndIt; ++DIt)