Home | History | Annotate | Download | only in Frontend

Lines Matching refs:EndIt

2665   LocDeclsTy::iterator EndIt = std::upper_bound(
2668 if (EndIt != LocDecls.end())
2669 ++EndIt;
2671 for (LocDeclsTy::iterator DIt = BeginIt; DIt != EndIt; ++DIt)