Searched refs:PendingIdentifierInfos (Results 1 – 2 of 2) sorted by relevance
1048 PendingIdentifierInfos; variable
8497 PendingIdentifierInfos[II].append(DeclIDs.begin(), DeclIDs.end()); in SetGloballyVisibleDecls()9188 while (!PendingIdentifierInfos.empty() || !PendingFunctionTypes.empty() || in finishPendingActions()9198 while (!PendingIdentifierInfos.empty()) { in finishPendingActions()9199 IdentifierInfo *II = PendingIdentifierInfos.back().first; in finishPendingActions()9201 std::move(PendingIdentifierInfos.back().second); in finishPendingActions()9202 PendingIdentifierInfos.pop_back(); in finishPendingActions()