Home
last modified time | relevance | path

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

12

/external/clang/test/SemaObjC/
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
Dprotocol-id-test-2.m6 @interface INTF<P> interface
10 @implementation INTF implementation
Dprotocol-id-test-1.m10 @interface INTF<P> // expected-note {{receiver is instance of class declared here}} interface
14 @implementation INTF implementation
Dwarn-direct-ivar-access.m62 __attribute__((objc_root_class)) @interface INTF <PROTOCOL> interface
67 @interface INTF() interface in copy
72 @implementation INTF implementation
Derror-property-gc-attr.m4 @interface INTF interface
21 @implementation INTF implementation
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
Dconflicting-ivar-test-1.m3 @interface INTF interface
10 @implementation INTF implementation
Dmethod-unused-attribute.m3 @interface INTF interface
9 @implementation INTF implementation
Dtransparent-union.m15 @interface INTF interface
20 @implementation INTF implementation
Dundef-protocol-methods-1.m25 @interface INTF <PROTO> interface
28 @implementation INTF // expected-warning 9 {{in protocol '}} implementation
Dsuper-class-protocol-conformance.m60 @interface INTF : Super <ProtocolWithProperty> interface
63 @implementation INTF @end // expected-warning{{property 'invalidationBacktrace' requires method 'in… implementation
Dwarning-missing-selector-name.m6 @interface INTF : Super interface
22 @implementation INTF // expected-warning {{method definition for 'method::' not found}} implementation
Dlegacy-implementation-1.m3 @implementation INTF // expected-warning {{cannot find interface declaration for 'INTF'}} implementation
Divar-sem-check-1.m6 @interface INTF interface
/external/clang/test/Rewriter/
Drewrite-modern-protocol-1.mm7 @interface INTF<NSCopying> interface
10 @implementation INTF @end implementation
Did-test-3.m7 @interface INTF<P> interface
11 @implementation INTF implementation
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
Drewrite-modern-protocol.mm27 @interface INTF <PROTO, ROOT> interface
30 @implementation INTF implementation
Drewrite-modern-class.mm55 @interface INTF @end interface
57 @implementation INTF implementation
/external/clang/test/CodeGenObjC/
Dbitfield-ivar-metadata.m3 @interface INTF interface
12 @implementation INTF implementation
Dobjc2-protocol-metadata.m9 @interface INTF <P1> interface
12 @implementation INTF implementation
/external/clang/test/FixIt/
Dfixit-interface-as-param.m6 @interface INTF interface
14 @implementation INTF implementation
/external/clang/test/ARCMT/
Dno-canceling-bridge-to-bridge-cast.m10 @interface INTF interface
21 @implementation INTF implementation
/external/clang/test/Parser/
Dobjc-alias-printing.m6 @interface INTF @end interface
Dobjc-interfaces.m5 @interface INTF interface

12