Lines Matching defs:nullability
409 /// Add an attribute for a context-sensitive type nullability to the given
413 NullabilityKind nullability,
418 return Pool.create(P.getNullabilityKeyword(nullability),
796 // Map a nullability property attribute to a context-sensitive keyword
853 /// Diagnose redundant or conflicting nullability information.
856 NullabilityKind nullability,
858 if (DS.getNullability() == nullability) {
860 << DiagNullabilityKind(nullability, true)
866 << DiagNullabilityKind(nullability, true)
1333 // Map a nullability specifier to a context-sensitive keyword attribute.