Searched refs:CurContextChain (Results 1 – 2 of 2) sorted by relevance
219 DeclContextList CurContextChain; variable
4797 : Context(Context), CurContextChain(buildContextChain(CurContext)) { in NamespaceSpecifierSet()4808 for (DeclContext *C : llvm::reverse(CurContextChain)) { in NamespaceSpecifierSet()4858 for (DeclContext *C : llvm::reverse(CurContextChain)) { in addNameSpecifier()