Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1094 SmallVector<Decl *, 16> PendingIncompleteDeclChains; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7195 PendingIncompleteDeclChains.push_back(const_cast<Decl*>(D)); in CompleteRedeclChain()
9189 !PendingIncompleteDeclChains.empty() || !PendingDeclChains.empty() || in finishPendingActions()
9224 for (unsigned I = 0; I != PendingIncompleteDeclChains.size(); ++I) { in finishPendingActions()
9225 markIncompleteDeclChain(PendingIncompleteDeclChains[I]); in finishPendingActions()
9227 PendingIncompleteDeclChains.clear(); in finishPendingActions()