Searched refs:DCtx (Results 1 – 3 of 3) sorted by relevance
144 DeclContext *DCtx = D->getDeclContext()->getRedeclContext(); in isDeclInScope() local146 ? Ctx->InEnclosingNamespaceSetOf(DCtx) in isDeclInScope()147 : Ctx->Equals(DCtx); in isDeclInScope()
1134 void DeclContext::buildLookupImpl(DeclContext *DCtx) { in buildLookupImpl() argument1135 for (decl_iterator I = DCtx->decls_begin(), E = DCtx->decls_end(); in buildLookupImpl()1143 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND)) in buildLookupImpl()
1547 void buildLookupImpl(DeclContext *DCtx);