Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1078 SmallVector<Decl *, 16> PendingIncompleteDeclChains; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp7117 PendingIncompleteDeclChains.push_back(const_cast<Decl*>(D)); in CompleteRedeclChain()
9245 !PendingIncompleteDeclChains.empty() || !PendingDeclChains.empty() || in finishPendingActions()
9280 for (unsigned I = 0; I != PendingIncompleteDeclChains.size(); ++I) { in finishPendingActions()
9281 markIncompleteDeclChain(PendingIncompleteDeclChains[I]); in finishPendingActions()
9283 PendingIncompleteDeclChains.clear(); in finishPendingActions()