Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1094 SmallVector<Decl *, 16> PendingIncompleteDeclChains; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7173 PendingIncompleteDeclChains.push_back(const_cast<Decl*>(D)); in CompleteRedeclChain()
9160 !PendingIncompleteDeclChains.empty() || !PendingDeclChains.empty() || in finishPendingActions()
9195 for (unsigned I = 0; I != PendingIncompleteDeclChains.size(); ++I) { in finishPendingActions()
9196 markIncompleteDeclChain(PendingIncompleteDeclChains[I]); in finishPendingActions()
9198 PendingIncompleteDeclChains.clear(); in finishPendingActions()