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