Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp1686 if (auto *InnerCtx = dyn_cast<DeclContext>(D)) in buildLookupImpl() local
1687 if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace()) in buildLookupImpl()
1688 buildLookupImpl(InnerCtx, Internal); in buildLookupImpl()