Home | History | Annotate | Download | only in Sema

Lines Matching refs:NullKind

4449   Expr::NullPointerConstantKind NullKind =
4453 if (NullKind == Expr::NPCK_NotNull) {
4456 NullKind =
4461 if (NullKind == Expr::NPCK_NotNull)
4464 if (NullKind == Expr::NPCK_ZeroInteger) {
4473 int DiagType = (NullKind == Expr::NPCK_CXX0X_nullptr);