Searched refs:PendingDeclContextInfos (Results 1 – 2 of 2) sorted by relevance
1003 std::deque<PendingDeclContextInfo> PendingDeclContextInfos; variable1275 PendingDeclContextInfos.push_back(Info); in addPendingDeclContextInfo()
8326 !PendingMacroIDs.empty() || !PendingDeclContextInfos.empty() || in finishPendingActions()8393 while (!PendingDeclContextInfos.empty()) { in finishPendingActions()8394 PendingDeclContextInfo Info = PendingDeclContextInfos.front(); in finishPendingActions()8395 PendingDeclContextInfos.pop_front(); in finishPendingActions()