Lines Matching full:chain
950 // this qualified name lookup will also be on the identifier chain. For
953 // identifier chain.
1128 // Scan up the scope chain looking for a decl that matches this
3385 assert(Start && "Bulding a context chain from a null context");
3386 DeclContextList Chain;
3392 Chain.push_back(DC->getPrimaryContext());
3394 return Chain;