Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:BD

336   else if (const BlockDecl *BD = dyn_cast<BlockDecl>(ND))
337 getCXXABI().getMangleContext().mangleBlock(BD, Out);
353 const BlockDecl *BD) {
358 MangleCtx.mangleGlobalBlock(BD, Out);
360 MangleCtx.mangleCtorBlock(CD, GD.getCtorType(), BD, Out);
362 MangleCtx.mangleDtorBlock(DD, GD.getDtorType(), BD, Out);
364 MangleCtx.mangleBlock(cast<DeclContext>(D), BD, Out);