Home | History | Annotate | Download | only in AST

Lines Matching refs:nullability

997     if (auto nullability = AttributedType::stripOuterNullability(T))
998 Out << getNullabilitySpelling(*nullability, true) << ' ';
1288 if (auto nullability = AttributedType::stripOuterNullability(T)) {
1289 if (*nullability == NullabilityKind::Unspecified &&
1295 << getNullabilitySpelling(*nullability, true);