Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1620 if (auto *InnerCtx = dyn_cast<DeclContext>(D)) in buildLookupImpl() local
1621 if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace()) in buildLookupImpl()
1622 buildLookupImpl(InnerCtx, Internal); in buildLookupImpl()