Home
last modified time | relevance | path

Searched refs:exprNullability (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSema.cpp362 if (auto exprNullability = E->getType()->getNullability(Context)) { in ImpCastExprToType() local
363 if (*exprNullability == NullabilityKind::Nullable) { in ImpCastExprToType()