Searched refs:exprNullability (Results 1 – 1 of 1) sorted by relevance
362 if (auto exprNullability = E->getType()->getNullability(Context)) { in ImpCastExprToType() local363 if (*exprNullability == NullabilityKind::Nullable) { in ImpCastExprToType()