Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h1095 SmallVector<Decl *, 16> PendingIncompleteDeclChains; variable
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp7249 PendingIncompleteDeclChains.push_back(const_cast<Decl*>(D)); in CompleteRedeclChain()
9236 !PendingIncompleteDeclChains.empty() || !PendingDeclChains.empty() || in finishPendingActions()
9272 for (unsigned I = 0; I != PendingIncompleteDeclChains.size(); ++I) { in finishPendingActions()
9273 markIncompleteDeclChain(PendingIncompleteDeclChains[I]); in finishPendingActions()
9275 PendingIncompleteDeclChains.clear(); in finishPendingActions()