Searched refs:PendingIdentifierInfos (Results 1 – 2 of 2) sorted by relevance
7501 PendingIdentifierInfos[II].append(DeclIDs.begin(), DeclIDs.end()); in SetGloballyVisibleDecls()8324 while (!PendingIdentifierInfos.empty() || in finishPendingActions()8334 while (!PendingIdentifierInfos.empty()) { in finishPendingActions()8335 IdentifierInfo *II = PendingIdentifierInfos.back().first; in finishPendingActions()8337 std::move(PendingIdentifierInfos.back().second); in finishPendingActions()8338 PendingIdentifierInfos.pop_back(); in finishPendingActions()
952 PendingIdentifierInfos; variable