Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp108 DeclContext *InnermostFileDC = InnermostFileScope->getEntity(); in visitScopeChain() local
109 assert(InnermostFileDC && InnermostFileDC->isFileContext()); in visitScopeChain()
121 visit(I, InnermostFileDC); in visitScopeChain()