Home | History | Annotate | Download | only in Sema

Lines Matching refs:NPCK_NotNull

5400   if (NullKind == Expr::NPCK_NotNull) {
5408 if (NullKind == Expr::NPCK_NotNull)
7982 bool LHSIsNull = LHSNullKind != Expr::NPCK_NotNull;
7983 bool RHSIsNull = RHSNullKind != Expr::NPCK_NotNull;