Searched refs:PendingDeclContextInfos (Results 1 – 2 of 2) sorted by relevance
1145 std::deque<PendingDeclContextInfo> PendingDeclContextInfos; variable1519 PendingDeclContextInfos.push_back(Info); in addPendingDeclContextInfo()
9709 !PendingDeclContextInfos.empty() || !PendingUpdateRecords.empty() || in finishPendingActions()9804 while (!PendingDeclContextInfos.empty()) { in finishPendingActions()9805 PendingDeclContextInfo Info = PendingDeclContextInfos.front(); in finishPendingActions()9806 PendingDeclContextInfos.pop_front(); in finishPendingActions()