Searched refs:PendingDeclContextInfos (Results 1 – 2 of 2) sorted by relevance
1147 std::deque<PendingDeclContextInfo> PendingDeclContextInfos; variable1521 PendingDeclContextInfos.push_back(Info); in addPendingDeclContextInfo()
9514 !PendingDeclContextInfos.empty() || !PendingUpdateRecords.empty() || in finishPendingActions()9609 while (!PendingDeclContextInfos.empty()) { in finishPendingActions()9610 PendingDeclContextInfo Info = PendingDeclContextInfos.front(); in finishPendingActions()9611 PendingDeclContextInfos.pop_front(); in finishPendingActions()