Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp1392 DeclContext *SearchDCAfterScope = DC; in EnterTemplatedContext() local
1400 SearchDCAfterScope = DC = DC->getLookupParent(); in EnterTemplatedContext()
1404 S->setLookupEntity(SearchDCAfterScope); in EnterTemplatedContext()