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

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

Completed in 292 milliseconds