Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1290 if (DeclContext *InnerCtx = dyn_cast<DeclContext>(D)) in buildLookupImpl() local
1291 if (InnerCtx->isTransparentContext() || InnerCtx->isInlineNamespace()) in buildLookupImpl()
1292 buildLookupImpl<Begin, End>(InnerCtx); in buildLookupImpl()