Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTReader.h957 SmallVector<Decl *, 16> PendingIncompleteDeclChains; variable
/external/clang/lib/Serialization/
DASTReader.cpp6238 PendingIncompleteDeclChains.push_back(const_cast<Decl*>(D)); in CompleteRedeclChain()
8305 !PendingIncompleteDeclChains.empty() || !PendingDeclChains.empty() || in finishPendingActions()
8325 for (unsigned I = 0; I != PendingIncompleteDeclChains.size(); ++I) { in finishPendingActions()
8326 markIncompleteDeclChain(PendingIncompleteDeclChains[I]); in finishPendingActions()
8328 PendingIncompleteDeclChains.clear(); in finishPendingActions()