Lines Matching refs:ownership
1 …11 -fsyntax-only -fobjc-arc -fblocks -fobjc-runtime-has-weak -Wexplicit-ownership-type -verify -W…
2 …11 -fsyntax-only -fobjc-arc -fblocks -fobjc-runtime-has-weak -Wexplicit-ownership-type -verify -Wn…
20 … (__strong NSString *)CFBridgingRelease(); // expected-error {{explicit ownership qualifier on cas…
23 …oreleasing PNSString) CFBridgingRelease(); // expected-error {{explicit ownership qualifier on cas…
27 …__strong NSString *)) CFBridgingRelease(); // expected-error {{explicit ownership qualifier on cas…
37 …trong test1; // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
38 …rong test2); // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
39 …ng (test3)); // expected-error {{the type 'I *__strong' is already explicitly ownership-qualified}}
51 …-warning {{method parameter of type 'NSObject<P> *__autoreleasing *' with no explicit ownership}} \
52 … expected-warning {{method parameter of type '__autoreleasing id<P> *' with no explicit ownership}}
54 …ted-warning {{method parameter of type 'NSObject *__autoreleasing *' with no explicit ownership}} \
55 … // expected-warning {{method parameter of type '__autoreleasing id *' with no explicit ownership}}
57 …eter of type '__autoreleasing T *' (aka 'void (^__autoreleasing *)()') with no explicit ownership}}