Searched refs:InnermostFileScope (Results 1 – 1 of 1) sorted by relevance
106 void visitScopeChain(Scope *S, Scope *InnermostFileScope) { in visitScopeChain() argument111 DeclContext *InnermostFileDC = InnermostFileScope->getEntity(); in visitScopeChain()1413 Scope *InnermostFileScope = S; in CppLookupName() local1414 while (InnermostFileScope && in CppLookupName()1415 !isNamespaceOrTranslationUnitScope(InnermostFileScope)) in CppLookupName()1416 InnermostFileScope = InnermostFileScope->getParent(); in CppLookupName()1417 UDirs.visitScopeChain(Initial, InnermostFileScope); in CppLookupName()