/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | class-impl-1.m | 9 @interface INTF : OBJECT interface 12 @implementation INTF @end // expected-note {{previous definition is here}} implementation 14 @implementation INTF // expected-error {{reimplementation of class 'INTF'}} implementation
|
H A D | warn-direct-ivar-access.m | 62 __attribute__((objc_root_class)) @interface INTF <PROTOCOL> interface 67 @interface INTF() interface in copy 72 @implementation INTF implementation
|
H A D | protocol-id-test-2.m | 6 @interface INTF<P> interface 10 @implementation INTF implementation
|
H A D | protocol-id-test-1.m | 10 @interface INTF<P> // expected-note {{receiver is instance of class declared here}} interface 14 @implementation INTF implementation
|
H A D | error-property-gc-attr.m | 4 @interface INTF interface 21 @implementation INTF implementation
|
H A D | class-def-test-1.m | 7 typedef int INTF; // expected-note {{previous definition is here}} typedef 9 @interface INTF @end // expected-error {{redefinition of 'INTF' as different kind of symbol}} interface
|
H A D | conflicting-ivar-test-1.m | 3 @interface INTF interface 10 @implementation INTF implementation
|
H A D | transparent-union.m | 15 @interface INTF interface 20 @implementation INTF implementation
|
H A D | method-unused-attribute.m | 3 @interface INTF interface 9 @implementation INTF implementation
|
H A D | undef-protocol-methods-1.m | 25 @interface INTF <PROTO> interface 28 @implementation INTF // expected-warning 9 {{in protocol '}} implementation
|
H A D | super-class-protocol-conformance.m | 60 @interface INTF : Super <ProtocolWithProperty> interface 63 @implementation INTF @end // expected-warning{{property 'invalidationBacktrace' requires method 'in… implementation
|
H A D | warning-missing-selector-name.m | 6 @interface INTF : Super interface 22 @implementation INTF // expected-warning {{method definition for 'method::' not found}} implementation
|
H A D | method-undefined-warn-1.m | 3 @interface INTF interface 11 @implementation INTF // expected-warning {{method definition for 'int_meth' not found}} \ implementation
|
H A D | selector-3.m | 61 @interface INTF : NSObject interface 70 @implementation INTF implementation
|
H A D | arc-repeated-weak.mm | 433 @interface INTF @end interface 435 @implementation INTF implementation
|
H A D | method-attributes.m | 15 @interface INTF interface 24 @implementation INTF implementation
|
/aosp_15_r20/external/clang/test/Rewriter/ |
H A D | rewrite-modern-ivars.mm | 6 @interface INTF interface 14 id<P, P1> (^ext_block)(id<P>, INTF<P,P1>*, INTF*); field 22 @implementation INTF @end implementation
|
H A D | rewrite-modern-protocol-1.mm | 7 @interface INTF<NSCopying> interface 10 @implementation INTF @end implementation
|
H A D | id-test-3.m | 7 @interface INTF<P> interface 11 @implementation INTF implementation
|
H A D | rewrite-modern-protocol.mm | 27 @interface INTF <PROTO, ROOT> interface 30 @implementation INTF implementation
|
H A D | rewrite-modern-class.mm | 55 @interface INTF @end interface 57 @implementation INTF implementation
|
/aosp_15_r20/external/clang/test/CodeGenObjC/ |
H A D | bitfield-ivar-metadata.m | 3 @interface INTF interface 12 @implementation INTF implementation
|
H A D | objc2-protocol-metadata.m | 9 @interface INTF <P1> interface 12 @implementation INTF implementation
|
/aosp_15_r20/external/clang/test/FixIt/ |
H A D | fixit-interface-as-param.m | 6 @interface INTF interface 14 @implementation INTF implementation
|
/aosp_15_r20/external/clang/test/ARCMT/ |
H A D | no-canceling-bridge-to-bridge-cast.m | 10 @interface INTF interface 21 @implementation INTF implementation
|