Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaLookup.cpp109 DeclContext *InnermostFileDC = InnermostFileScope->getEntity(); in visitScopeChain() local
110 assert(InnermostFileDC && InnermostFileDC->isFileContext()); in visitScopeChain()
121 visit(I, InnermostFileDC); in visitScopeChain()
/external/llvm-project/clang/lib/Sema/
DSemaLookup.cpp108 DeclContext *InnermostFileDC = InnermostFileScope->getEntity(); in visitScopeChain() local
109 assert(InnermostFileDC && InnermostFileDC->isFileContext()); in visitScopeChain()
121 visit(I, InnermostFileDC); in visitScopeChain()