Searched refs:InnermostFileScope (Results 1 – 2 of 2) sorted by relevance
104 void visitScopeChain(Scope *S, Scope *InnermostFileScope) { in visitScopeChain() argument109 DeclContext *InnermostFileDC = InnermostFileScope->getEntity(); in visitScopeChain()1195 Scope *InnermostFileScope = S; in CppLookupName() local1196 while (InnermostFileScope && in CppLookupName()1197 !isNamespaceOrTranslationUnitScope(InnermostFileScope)) in CppLookupName()1198 InnermostFileScope = InnermostFileScope->getParent(); in CppLookupName()1199 UDirs.visitScopeChain(Initial, InnermostFileScope); in CppLookupName()
103 void visitScopeChain(Scope *S, Scope *InnermostFileScope) { in visitScopeChain() argument108 DeclContext *InnermostFileDC = InnermostFileScope->getEntity(); in visitScopeChain()1347 Scope *InnermostFileScope = S; in CppLookupName() local1348 while (InnermostFileScope && in CppLookupName()1349 !isNamespaceOrTranslationUnitScope(InnermostFileScope)) in CppLookupName()1350 InnermostFileScope = InnermostFileScope->getParent(); in CppLookupName()1351 UDirs.visitScopeChain(Initial, InnermostFileScope); in CppLookupName()