Home | History | Annotate | Download | only in Serialization

Lines Matching refs:PendingIdentifierInfos

7222     PendingIdentifierInfos[II].append(DeclIDs.begin(), DeclIDs.end());
8019 while (!PendingIdentifierInfos.empty() ||
8029 while (!PendingIdentifierInfos.empty()) {
8030 IdentifierInfo *II = PendingIdentifierInfos.back().first;
8032 std::move(PendingIdentifierInfos.back().second);
8033 PendingIdentifierInfos.pop_back();