Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BD

1780   const BlockDecl *BD = BlockInfo->getBlockDecl();
1781 const VarDecl *variable = BD->capture_begin()->getVariable();
1792 for (BlockDecl::param_const_iterator I = BD->param_begin(),
1793 E = BD->param_end(); I != E; ++I) {