Home
last modified time | relevance | path

Searched defs:INTF (Results 1 – 25 of 49) sorted by relevance

12

/aosp_15_r20/external/clang/test/SemaObjC/
H A Dclass-impl-1.m9 @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 Dwarn-direct-ivar-access.m62 __attribute__((objc_root_class)) @interface INTF <PROTOCOL> interface
67 @interface INTF() interface in copy
72 @implementation INTF implementation
H A Dprotocol-id-test-2.m6 @interface INTF<P> interface
10 @implementation INTF implementation
H A Dprotocol-id-test-1.m10 @interface INTF<P> // expected-note {{receiver is instance of class declared here}} interface
14 @implementation INTF implementation
H A Derror-property-gc-attr.m4 @interface INTF interface
21 @implementation INTF implementation
H A Dclass-def-test-1.m7 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 Dconflicting-ivar-test-1.m3 @interface INTF interface
10 @implementation INTF implementation
H A Dtransparent-union.m15 @interface INTF interface
20 @implementation INTF implementation
H A Dmethod-unused-attribute.m3 @interface INTF interface
9 @implementation INTF implementation
H A Dundef-protocol-methods-1.m25 @interface INTF <PROTO> interface
28 @implementation INTF // expected-warning 9 {{in protocol '}} implementation
H A Dsuper-class-protocol-conformance.m60 @interface INTF : Super <ProtocolWithProperty> interface
63 @implementation INTF @end // expected-warning{{property 'invalidationBacktrace' requires method 'in… implementation
H A Dwarning-missing-selector-name.m6 @interface INTF : Super interface
22 @implementation INTF // expected-warning {{method definition for 'method::' not found}} implementation
H A Dmethod-undefined-warn-1.m3 @interface INTF interface
11 @implementation INTF // expected-warning {{method definition for 'int_meth' not found}} \ implementation
H A Dselector-3.m61 @interface INTF : NSObject interface
70 @implementation INTF implementation
H A Darc-repeated-weak.mm433 @interface INTF @end interface
435 @implementation INTF implementation
H A Dmethod-attributes.m15 @interface INTF interface
24 @implementation INTF implementation
/aosp_15_r20/external/clang/test/Rewriter/
H A Drewrite-modern-ivars.mm6 @interface INTF interface
14 id<P, P1> (^ext_block)(id<P>, INTF<P,P1>*, INTF*); field
22 @implementation INTF @end implementation
H A Drewrite-modern-protocol-1.mm7 @interface INTF<NSCopying> interface
10 @implementation INTF @end implementation
H A Did-test-3.m7 @interface INTF<P> interface
11 @implementation INTF implementation
H A Drewrite-modern-protocol.mm27 @interface INTF <PROTO, ROOT> interface
30 @implementation INTF implementation
H A Drewrite-modern-class.mm55 @interface INTF @end interface
57 @implementation INTF implementation
/aosp_15_r20/external/clang/test/CodeGenObjC/
H A Dbitfield-ivar-metadata.m3 @interface INTF interface
12 @implementation INTF implementation
H A Dobjc2-protocol-metadata.m9 @interface INTF <P1> interface
12 @implementation INTF implementation
/aosp_15_r20/external/clang/test/FixIt/
H A Dfixit-interface-as-param.m6 @interface INTF interface
14 @implementation INTF implementation
/aosp_15_r20/external/clang/test/ARCMT/
H A Dno-canceling-bridge-to-bridge-cast.m10 @interface INTF interface
21 @implementation INTF implementation

12