Searched refs:PendingIdentifierInfos (Results 1 – 2 of 2) sorted by relevance
1092 PendingIdentifierInfos; variable
8964 PendingIdentifierInfos[II].append(DeclIDs.begin(), DeclIDs.end()); in SetGloballyVisibleDecls()9706 !PendingIdentifierInfos.empty() || !PendingDeducedFunctionTypes.empty() || in finishPendingActions()9717 while (!PendingIdentifierInfos.empty()) { in finishPendingActions()9718 IdentifierInfo *II = PendingIdentifierInfos.back().first; in finishPendingActions()9720 std::move(PendingIdentifierInfos.back().second); in finishPendingActions()9721 PendingIdentifierInfos.pop_back(); in finishPendingActions()