Searched refs:PendingIdentifierInfos (Results 1 – 2 of 2) sorted by relevance
834 PendingIdentifierInfos; variable
6562 PendingIdentifierInfos[II].append(DeclIDs.begin(), DeclIDs.end()); in SetGloballyVisibleDecls()7345 while (!PendingIdentifierInfos.empty() || !PendingDeclChains.empty() || in finishPendingActions()7354 while (!PendingIdentifierInfos.empty()) { in finishPendingActions()7356 IdentifierInfo *II = PendingIdentifierInfos.back().first; in finishPendingActions()7357 SmallVector<uint32_t, 4> DeclIDs = PendingIdentifierInfos.back().second; in finishPendingActions()7358 PendingIdentifierInfos.pop_back(); in finishPendingActions()