Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DDeclBase.cpp1318 if (DeclContext *InnerCtx = dyn_cast<DeclContext>(D)) in buildLookupImpl() local
1319 if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace()) in buildLookupImpl()
1320 buildLookupImpl(InnerCtx, Internal); in buildLookupImpl()