Home | History | Annotate | Download | only in Serialization

Lines Matching refs:EndIt

6327     EndIt = std::upper_bound(DInfo.Decls.begin(), DInfo.Decls.end(),
6329 if (EndIt != DInfo.Decls.end())
6330 ++EndIt;
6333 DIt = BeginIt; DIt != EndIt; ++DIt)