Searched refs:DeclChain (Results 1 – 2 of 2) sorted by relevance
247 unsigned buildNestedNameSpecifier(DeclContextList &DeclChain,
4182 DeclContextList &DeclChain, NestedNameSpecifier *&NNS) { in buildNestedNameSpecifier() argument4184 for (DeclContext *C : llvm::reverse(DeclChain)) { in buildNestedNameSpecifier()