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