Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1841 if (auto *InnerCtx = dyn_cast<DeclContext>(D)) in buildLookupImpl() local
1842 if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace()) in buildLookupImpl()
1843 buildLookupImpl(InnerCtx, Internal); in buildLookupImpl()