Home | History | Annotate | Download | only in Serialization

Lines Matching full:chain

107     /// chain and to introduce it into the list of pending redeclaration chains
111 /// chain by calling \c suppress().
151 /// chain hanging off an identifier or the DeclContext we searched in)
1553 // We delay loading of the redeclaration chain to avoid deeply nested calls.
2155 // but that can walk the redeclaration chain, which might not work yet.
2212 // The declaration may have been modified by files later in the chain.
2264 SmallVector<Decl *, 4> Chain;
2288 Chain.push_back(D);
2307 // merged into another redeclaration chain, create a trivial chain
2309 // complete redeclaration chain.
2335 return Chain;
2360 ArrayRef<Decl *> Chain = Visitor.getChain();
2361 if (Chain.empty())
2366 for (unsigned I = 0, N = Chain.size(); I != N; ++I) {
2367 if (Chain[I] == CanonDecl)
2370 ASTDeclReader::attachPreviousDecl(Chain[I], MostRecent);
2371 MostRecent = Chain[I];
2438 // Add this category to the end of the chain.