Home | History | Annotate | Download | only in Serialization

Lines Matching refs:PendingIdentifierInfos

6211     PendingIdentifierInfos[II].append(DeclIDs.begin(), DeclIDs.end());
6984 while (!PendingIdentifierInfos.empty() || !PendingDeclChains.empty() ||
6989 while (!PendingIdentifierInfos.empty()) {
6991 IdentifierInfo *II = PendingIdentifierInfos.back().first;
6992 SmallVector<uint32_t, 4> DeclIDs = PendingIdentifierInfos.back().second;
6993 PendingIdentifierInfos.pop_back();