Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:isByRef

944   void UpdateRunSkipBlockVars(bool IsByref,
2131 if (CI.isByRef()) {
2172 void CGObjCCommonMac::UpdateRunSkipBlockVars(bool IsByref,
2177 if (IsByref)
2623 if (!CI.isByRef())
2629 if (CI.isByRef())
2633 UpdateRunSkipBlockVars(CI.isByRef(), getBlockCaptureLifetime(type, false),