Home
last modified time | relevance | path

Searched refs:InnermostFileScope (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLookup.cpp103 void visitScopeChain(Scope *S, Scope *InnermostFileScope) { in visitScopeChain() argument
108 DeclContext *InnermostFileDC = InnermostFileScope->getEntity(); in visitScopeChain()
1388 Scope *InnermostFileScope = S; in CppLookupName() local
1389 while (InnermostFileScope && in CppLookupName()
1390 !isNamespaceOrTranslationUnitScope(InnermostFileScope)) in CppLookupName()
1391 InnermostFileScope = InnermostFileScope->getParent(); in CppLookupName()
1392 UDirs.visitScopeChain(Initial, InnermostFileScope); in CppLookupName()