Searched refs:PendingIdentifierInfos (Results 1 – 2 of 2) sorted by relevance
9513 PendingIdentifierInfos[II].append(DeclIDs.begin(), DeclIDs.end()); in SetGloballyVisibleDecls()10267 while (!PendingIdentifierInfos.empty() || in finishPendingActions()10279 while (!PendingIdentifierInfos.empty()) { in finishPendingActions()10280 IdentifierInfo *II = PendingIdentifierInfos.back().first; in finishPendingActions()10282 std::move(PendingIdentifierInfos.back().second); in finishPendingActions()10283 PendingIdentifierInfos.pop_back(); in finishPendingActions()10564 assert(PendingIdentifierInfos.empty() && in finishPendingActions()
1214 PendingIdentifierInfos; variable