Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp104 void visitScopeChain(Scope *S, Scope *InnermostFileScope) { in visitScopeChain() argument
109 DeclContext *InnermostFileDC = InnermostFileScope->getEntity(); in visitScopeChain()
1398 Scope *InnermostFileScope = S; in CppLookupName() local
1399 while (InnermostFileScope && in CppLookupName()
1400 !isNamespaceOrTranslationUnitScope(InnermostFileScope)) in CppLookupName()
1401 InnermostFileScope = InnermostFileScope->getParent(); in CppLookupName()
1402 UDirs.visitScopeChain(Initial, InnermostFileScope); in CppLookupName()