Home | History | Annotate | Download | only in AST

Lines Matching refs:DCtx

1256 /// declarations contained within DCtx, which will either be this
1261 void DeclContext::buildLookupImpl(DeclContext *DCtx) {
1262 for (decl_iterator I = (DCtx->*Begin)(), E = (DCtx->*End)();
1275 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND) &&