Home
last modified time | relevance | path

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

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