Home | History | Annotate | Download | only in Sema

Lines Matching refs:NPCK_NotNull

5822   if (NullKind == Expr::NPCK_NotNull) {
5830 if (NullKind == Expr::NPCK_NotNull)
8729 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull;
8730 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull;