Home
last modified time | relevance | path

Searched refs:PendingIncompleteDeclChains (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Serialization/
HDASTReader.h934 SmallVector<Decl *, 16> PendingIncompleteDeclChains; variable
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5878 PendingIncompleteDeclChains.push_back(const_cast<Decl*>(D)); in CompleteRedeclChain()
8096 !PendingIncompleteDeclChains.empty() || !PendingDeclChains.empty() || in finishPendingActions()
8116 for (unsigned I = 0; I != PendingIncompleteDeclChains.size(); ++I) { in finishPendingActions()
8117 markIncompleteDeclChain(PendingIncompleteDeclChains[I]); in finishPendingActions()
8119 PendingIncompleteDeclChains.clear(); in finishPendingActions()