Searched refs:PendingIdentifierInfos (Results 1 – 4 of 4) 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()
1044 PendingIdentifierInfos; variable
931 PendingIdentifierInfos; variable
8435 PendingIdentifierInfos[II].append(DeclIDs.begin(), DeclIDs.end()); in SetGloballyVisibleDecls()9296 while (!PendingIdentifierInfos.empty() || !PendingFunctionTypes.empty() || in finishPendingActions()9306 while (!PendingIdentifierInfos.empty()) { in finishPendingActions()9307 IdentifierInfo *II = PendingIdentifierInfos.back().first; in finishPendingActions()9309 std::move(PendingIdentifierInfos.back().second); in finishPendingActions()9310 PendingIdentifierInfos.pop_back(); in finishPendingActions()