Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1130 SmallVector<Decl *, 16> PendingIncompleteDeclChains; variable
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7557 PendingIncompleteDeclChains.push_back(const_cast<Decl*>(D)); in CompleteRedeclChain()
9707 !PendingDeducedVarTypes.empty() || !PendingIncompleteDeclChains.empty() || in finishPendingActions()
9760 for (unsigned I = 0; I != PendingIncompleteDeclChains.size(); ++I) { in finishPendingActions()
9761 markIncompleteDeclChain(PendingIncompleteDeclChains[I]); in finishPendingActions()
9763 PendingIncompleteDeclChains.clear(); in finishPendingActions()