Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp1656 if (auto *InnerCtx = dyn_cast<DeclContext>(D)) in buildLookupImpl() local
1657 if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace()) in buildLookupImpl()
1658 buildLookupImpl(InnerCtx, Internal); in buildLookupImpl()