Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp108 void visitScopeChain(Scope *S, Scope *InnermostFileScope) { in visitScopeChain() argument
113 DeclContext *InnermostFileDC = InnermostFileScope->getEntity(); in visitScopeChain()
1425 Scope *InnermostFileScope = S; in CppLookupName() local
1426 while (InnermostFileScope && in CppLookupName()
1427 !isNamespaceOrTranslationUnitScope(InnermostFileScope)) in CppLookupName()
1428 InnermostFileScope = InnermostFileScope->getParent(); in CppLookupName()
1429 UDirs.visitScopeChain(Initial, InnermostFileScope); in CppLookupName()