Searched refs:CurContextChain (Results 1 – 2 of 2) sorted by relevance
236 DeclContextList CurContextChain; variable
4144 : Context(Context), CurContextChain(buildContextChain(CurContext)) { in NamespaceSpecifierSet()4155 for (DeclContext *C : llvm::reverse(CurContextChain)) { in NamespaceSpecifierSet()4205 for (DeclContext *C : llvm::reverse(CurContextChain)) { in addNameSpecifier()