Searched refs:InnermostFileScope (Results 1 – 1 of 1) sorted by relevance
104 void visitScopeChain(Scope *S, Scope *InnermostFileScope) { in visitScopeChain() argument109 DeclContext *InnermostFileDC = InnermostFileScope->getEntity(); in visitScopeChain()1037 Scope *InnermostFileScope = S; in CppLookupName() local1038 while (InnermostFileScope && in CppLookupName()1039 !isNamespaceOrTranslationUnitScope(InnermostFileScope)) in CppLookupName()1040 InnermostFileScope = InnermostFileScope->getParent(); in CppLookupName()1041 UDirs.visitScopeChain(Initial, InnermostFileScope); in CppLookupName()