Lines Matching refs:definition
5 @protocol p1,p2,p3; // expected-note {{protocol 'p1' has no definition}} \
6 // expected-note {{protocol 'p2' has no definition}}
8 …<p1> // expected-warning {{cannot find protocol definition for 'p1'}} expected-note {{previous def…
11 @interface MyClass1 (Category1) // expected-warning {{duplicate definition of category 'Category1'…
17 @interface MyClass1 (Category4) @end // expected-note {{previous definition is here}}
20 @interface MyClass1 (Category7) @end // expected-note {{previous definition is here}}
21 @interface MyClass1 (Category8) @end // expected-note {{previous definition is here}}
24 @interface MyClass1 (Category4) @end // expected-warning {{duplicate definition of category 'Catego…
25 @interface MyClass1 (Category7) @end // expected-warning {{duplicate definition of category 'Catego…
26 @interface MyClass1 (Category8) @end // expected-warning {{duplicate definition of category 'Catego…
31 @interface MyClass1 (Category) <p2, p3> @end // expected-warning {{cannot find protocol definition…
48 @interface XCRemoteComputerManager(x) // expected-note {{previous definition is here}}
51 @interface XCRemoteComputerManager(x) // expected-warning {{duplicate definition of category 'x' on…
57 @implementation XCRemoteComputerManager(x) // expected-note {{previous definition is here}}