Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsDeref

1627   bool IsDeref = false;
1630 IsDeref = true;
1633 if (CGF.CGM.getCXXABI().shouldTypeidBeNullChecked(IsDeref, SrcRecordTy)) {