Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp9064 auto GetNullability = [&Ctx](QualType Ty) { in computeConditionalNullability() local
9075 auto LHSKind = GetNullability(LHSTy), RHSKind = GetNullability(RHSTy); in computeConditionalNullability()
9098 if (GetNullability(ResTy) == MergedKind) in computeConditionalNullability()