Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaLookup.cpp100 void visitScopeChain(Scope *S, Scope *InnermostFileScope) { in visitScopeChain() argument
105 DeclContext *InnermostFileDC = InnermostFileScope->getEntity(); in visitScopeChain()
1043 Scope *InnermostFileScope = S; in CppLookupName() local
1044 while (InnermostFileScope && in CppLookupName()
1045 !isNamespaceOrTranslationUnitScope(InnermostFileScope)) in CppLookupName()
1046 InnermostFileScope = InnermostFileScope->getParent(); in CppLookupName()
1047 UDirs.visitScopeChain(Initial, InnermostFileScope); in CppLookupName()