Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1252 SmallVector<Decl *, 16> PendingIncompleteDeclChains; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7905 PendingIncompleteDeclChains.push_back(const_cast<Decl*>(D)); in CompleteRedeclChain()
10560 for (Decl *D : PendingIncompleteDeclChains) in finishPendingActions()
10562 PendingIncompleteDeclChains.clear(); in finishPendingActions()
10592 assert(PendingIncompleteDeclChains.empty() && in finishPendingActions()