Home | History | Annotate | Download | only in Sema

Lines Matching defs:NullKind

6121   Expr::NullPointerConstantKind NullKind =
6125 if (NullKind == Expr::NPCK_NotNull) {
6128 NullKind =
6133 if (NullKind == Expr::NPCK_NotNull)
6136 if (NullKind == Expr::NPCK_ZeroExpression)
6139 if (NullKind == Expr::NPCK_ZeroLiteral) {
6148 int DiagType = (NullKind == Expr::NPCK_CXX11_nullptr);