Home | History | Annotate | Download | only in AST

Lines Matching refs:DCtx

1133 /// declarations contained within DCtx, which will either be this
1136 void DeclContext::buildLookupImpl(DeclContext *DCtx) {
1137 for (decl_iterator I = DCtx->decls_begin(), E = DCtx->decls_end();
1145 if (ND->getDeclContext() == DCtx && !shouldBeHidden(ND))