Searched refs:PendingIdentifierInfos (Results 1 – 2 of 2) sorted by relevance
7431 PendingIdentifierInfos[II].append(DeclIDs.begin(), DeclIDs.end()); in SetGloballyVisibleDecls()8304 while (!PendingIdentifierInfos.empty() || in finishPendingActions()8314 while (!PendingIdentifierInfos.empty()) { in finishPendingActions()8315 IdentifierInfo *II = PendingIdentifierInfos.back().first; in finishPendingActions()8317 std::move(PendingIdentifierInfos.back().second); in finishPendingActions()8318 PendingIdentifierInfos.pop_back(); in finishPendingActions()
931 PendingIdentifierInfos; variable