Lines Matching full:invalidation
56 SomeInvalidationImplementingObject *ObjA; // invalidation in the parent
118 // called before the invalidation methods.
206 Invalidation2Class *_ObjB; // Invalidation of ObjB happens in the parent.
240 @protocol Invalidation <NSObject>
244 @interface Foo : NSObject <Invalidation>
254 // expected-warning@-2 {{Property foobar15_warn needs to be invalidated; no invalidation method is defined in the @implementation for MissingInvalidationMethod}}
263 // expected-warning@-2 {{Instance variable Ivar1 needs to be invalidated; no invalidation method is defined in the @implementation for MissingInvalidationMethod2}}
273 // expected-warning@-2 {{Instance variable Ivar1 needs to be invalidated; no invalidation method is declared for MissingInvalidationMethodDecl}}
284 // expected-warning@-2 {{Instance variable _foo1 needs to be invalidated; no invalidation method is declared for MissingInvalidationMethodDecl2}}
334 } // TODO: It would be nice to check that the full invalidation method actually invalidates the ivar.