Lines Matching defs:NullKind
12033 const Expr::NullPointerConstantKind NullKind =
12035 if (NullKind != Expr::NPCK_GNUNull && NullKind != Expr::NPCK_CXX11_nullptr)
12052 if (NullKind == Expr::NPCK_GNUNull && Loc.isMacroID()) {
12064 << (NullKind == Expr::NPCK_CXX11_nullptr) << T << SourceRange(CC)
12963 /// \param NullKind NPCK_NotNull if E is a cast to bool, otherwise, E is
12968 Expr::NullPointerConstantKind NullKind,
12982 const bool IsCompare = NullKind != Expr::NPCK_NotNull;
13134 if (NullKind == Expr::NPCK_ZeroExpression ||
13135 NullKind == Expr::NPCK_ZeroLiteral) {