Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp101 void visitScopeChain(Scope *S, Scope *InnermostFileScope) { in visitScopeChain() argument
106 DeclContext *InnermostFileDC = InnermostFileScope->getEntity(); in visitScopeChain()
1209 Scope *InnermostFileScope = S; in CppLookupName() local
1210 while (InnermostFileScope && in CppLookupName()
1211 !isNamespaceOrTranslationUnitScope(InnermostFileScope)) in CppLookupName()
1212 InnermostFileScope = InnermostFileScope->getParent(); in CppLookupName()
1213 UDirs.visitScopeChain(Initial, InnermostFileScope); in CppLookupName()