Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSema.cpp364 if (auto typeNullability = Ty->getNullability(Context)) { in ImpCastExprToType() local
365 if (*typeNullability == NullabilityKind::NonNull) { in ImpCastExprToType()