Lines Matching refs:DCtx
1331 /// declarations contained within DCtx, which will either be this1334 void DeclContext::buildLookupImpl(DeclContext *DCtx, bool Internal) {1335 for (Decl *D : DCtx->noload_decls()) {1345 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND) &&