Lines Matching refs:nullable
43 @property(nullable,assign) NSFoo ** invalidProperty1; // expected-error{{nullability keyword 'nulla…
48 …roperty(null_unspecified,retain,nullable) NSFoo *conflictingProperty3; // expected-error{{nullabil…
49 @property(nullable,retain,nullable) NSFoo *redundantProperty3; // expected-warning{{duplicate nulla…
54 @property(nullable,assign) NSFoo ** invalidProperty2; // expected-error{{nullability keyword 'nulla…
102 - (nullable NSFoo *)methodB:(null_unspecified NSFoo*)foo { // expected-error{{nullability specifier…
107 - (nonnull NSFoo *)methodC:(nullable NSFoo*)foo {
117 - (nullable id)returnsNullable;
124 _Nullable NSMergeReceiver *nullable,
129 ptr = [nullable returnsNullable]; // expected-warning{{'id _Nullable'}}
130 ptr = [nullable returnsNullUnspecified]; // expected-warning{{'id _Nullable'}}
131 ptr = [nullable returnsNonNull]; // expected-warning{{'id _Nullable'}}
132 ptr = [nullable returnsNone]; // expected-warning{{'id _Nullable'}}
165 - (nullable instancetype)returnMe;
166 + (nullable instancetype)returnInstanceOfMe;
223 @property (nullable, copy) id a, b, c;
224 @property (nullable, copy) MultiProp *d, *(^e)(int);
252 …eP; // expected-warning{{implicit conversion from nullable pointer 'NSFoo * _Nullable' to non-null…
255 …lP; // expected-warning{{implicit conversion from nullable pointer 'NSFoo * _Nullable' to non-null…
256 …eP; // expected-warning{{implicit conversion from nullable pointer 'NSFoo * _Nullable' to non-null…
257 …dP; // expected-warning{{implicit conversion from nullable pointer 'NSFoo * _Nullable' to non-null…
258 …eP; // expected-warning{{implicit conversion from nullable pointer 'NSFoo * _Nullable' to non-null…
260 …eP; // expected-warning{{implicit conversion from nullable pointer 'NSFoo * _Nullable' to non-null…
264 …eP; // expected-warning{{implicit conversion from nullable pointer 'NSFoo * _Nullable' to non-null…
267 …tP; // expected-warning{{implicit conversion from nullable pointer 'NSFoo * _Nullable' to non-null…
268 …tP; // expected-warning{{implicit conversion from nullable pointer 'NSFoo * _Nullable' to non-null…
269 …tP; // expected-warning{{implicit conversion from nullable pointer 'NSFoo * _Nullable' to non-null…
270 … // expected-warning{{implicit conversion from nullable pointer 'NSFoo * _Nullable_result' to non-…