Home | History | Annotate | Download | only in Serialization

Lines Matching refs:DInfo

6303   FileDeclsInfo &DInfo = I->second;
6304 if (DInfo.Decls.empty())
6311 DeclIDComp DIDComp(*this, *DInfo.Mod);
6313 BeginIt = std::lower_bound(DInfo.Decls.begin(), DInfo.Decls.end(),
6315 if (BeginIt != DInfo.Decls.begin())
6321 while (BeginIt != DInfo.Decls.begin() &&
6322 GetDecl(getGlobalDeclID(*DInfo.Mod, *BeginIt))
6327 EndIt = std::upper_bound(DInfo.Decls.begin(), DInfo.Decls.end(),
6329 if (EndIt != DInfo.Decls.end())
6334 Decls.push_back(GetDecl(getGlobalDeclID(*DInfo.Mod, *DIt)));