Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp8563 auto GetNullability = [&Ctx](QualType Ty) { in computeConditionalNullability() local
8574 auto LHSKind = GetNullability(LHSTy), RHSKind = GetNullability(RHSTy); in computeConditionalNullability()
8597 if (GetNullability(ResTy) == MergedKind) in computeConditionalNullability()