Searched refs:PendingIdentifierInfos (Results 1 – 2 of 2) sorted by relevance
1092 PendingIdentifierInfos; variable
8909 PendingIdentifierInfos[II].append(DeclIDs.begin(), DeclIDs.end()); in SetGloballyVisibleDecls()9651 !PendingIdentifierInfos.empty() || !PendingDeducedFunctionTypes.empty() || in finishPendingActions()9662 while (!PendingIdentifierInfos.empty()) { in finishPendingActions()9663 IdentifierInfo *II = PendingIdentifierInfos.back().first; in finishPendingActions()9665 std::move(PendingIdentifierInfos.back().second); in finishPendingActions()9666 PendingIdentifierInfos.pop_back(); in finishPendingActions()