Home | History | Annotate | Download | only in Serialization

Lines Matching refs:EndIt

6573     EndIt = std::upper_bound(DInfo.Decls.begin(), DInfo.Decls.end(),
6575 if (EndIt != DInfo.Decls.end())
6576 ++EndIt;
6579 DIt = BeginIt; DIt != EndIt; ++DIt)