Searched refs:PendingDeclContextInfos (Results 1 – 2 of 2) sorted by relevance
1267 std::deque<PendingDeclContextInfo> PendingDeclContextInfos; variable1704 PendingDeclContextInfos.push_back(Info); in addPendingDeclContextInfo()
10270 !PendingMacroIDs.empty() || !PendingDeclContextInfos.empty() || in finishPendingActions()10359 while (!PendingDeclContextInfos.empty()) { in finishPendingActions()10360 PendingDeclContextInfo Info = PendingDeclContextInfos.front(); in finishPendingActions()10361 PendingDeclContextInfos.pop_front(); in finishPendingActions()10574 assert(PendingDeclContextInfos.empty() && in finishPendingActions()