Home | History | Annotate | Download | only in AST

Lines Matching refs:nullability

1015     if (auto nullability = AttributedType::stripOuterNullability(T))
1016 Out << getNullabilitySpelling(*nullability, true) << ' ';
1306 if (auto nullability = AttributedType::stripOuterNullability(T)) {
1307 if (*nullability == NullabilityKind::Unspecified &&
1313 << getNullabilitySpelling(*nullability, true);