Home | History | Annotate | Download | only in Serialization

Lines Matching refs:EndIt

5669     EndIt = std::upper_bound(DInfo.Decls.begin(), DInfo.Decls.end(),
5671 if (EndIt != DInfo.Decls.end())
5672 ++EndIt;
5675 DIt = BeginIt; DIt != EndIt; ++DIt)