Searched refs:DeclChain (Results 1 – 2 of 2) sorted by relevance
231 unsigned buildNestedNameSpecifier(DeclContextList &DeclChain,
3771 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier() argument3773 for (DeclContextList::reverse_iterator C = DeclChain.rbegin(), in buildNestedNameSpecifier()3774 CEnd = DeclChain.rend(); in buildNestedNameSpecifier()