Searched refs:PendingIncompleteDeclChains (Results 1 – 2 of 2) sorted by relevance
1252 SmallVector<Decl *, 16> PendingIncompleteDeclChains; variable
7905 PendingIncompleteDeclChains.push_back(const_cast<Decl*>(D)); in CompleteRedeclChain()10560 for (Decl *D : PendingIncompleteDeclChains) in finishPendingActions()10562 PendingIncompleteDeclChains.clear(); in finishPendingActions()10592 assert(PendingIncompleteDeclChains.empty() && in finishPendingActions()