Searched refs:PendingDeclContextInfos (Results 1 – 2 of 2) sorted by relevance
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()