Searched refs:PendingDeclContextInfos (Results 1 – 4 of 4) sorted by relevance
1105 std::deque<PendingDeclContextInfo> PendingDeclContextInfos; variable1443 PendingDeclContextInfos.push_back(Info); in addPendingDeclContextInfo()
972 std::deque<PendingDeclContextInfo> PendingDeclContextInfos; variable1265 PendingDeclContextInfos.push_back(Info); in addPendingDeclContextInfo()
8306 !PendingMacroIDs.empty() || !PendingDeclContextInfos.empty() || in finishPendingActions()8370 while (!PendingDeclContextInfos.empty()) { in finishPendingActions()8371 PendingDeclContextInfo Info = PendingDeclContextInfos.front(); in finishPendingActions()8372 PendingDeclContextInfos.pop_front(); in finishPendingActions()
9298 !PendingMacroIDs.empty() || !PendingDeclContextInfos.empty() || in finishPendingActions()9376 while (!PendingDeclContextInfos.empty()) { in finishPendingActions()9377 PendingDeclContextInfo Info = PendingDeclContextInfos.front(); in finishPendingActions()9378 PendingDeclContextInfos.pop_front(); in finishPendingActions()