Home | History | Annotate | Download | only in Serialization

Lines Matching refs:BeginIt

6559     BeginIt = std::lower_bound(DInfo.Decls.begin(), DInfo.Decls.end(),
6561 if (BeginIt != DInfo.Decls.begin())
6562 --BeginIt;
6567 while (BeginIt != DInfo.Decls.begin() &&
6568 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt))
6570 --BeginIt;
6579 DIt = BeginIt; DIt != EndIt; ++DIt)