Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp109 DeclContext *InnermostFileDC = InnermostFileScope->getEntity(); in visitScopeChain() local
110 assert(InnermostFileDC && InnermostFileDC->isFileContext()); in visitScopeChain()
122 visit(I, InnermostFileDC); in visitScopeChain()