Lines Matching refs:ObjCInterface
21 //--- Frameworks/ObjCInterface.framework/Headers/ObjCInterface.h
23 @interface ObjCInterface : NSObject { interface
36 //--- Frameworks/ObjCInterface.framework/Modules/module.modulemap
37 framework module ObjCInterface {
38 header "ObjCInterface.h"
44 @interface ObjCInterface : NSObject { interface
58 __attribute__((always_inline)) void inlinedIVarAccessor(ObjCInterface *obj, WithBitFields *bitField…
70 #import <ObjCInterface/ObjCInterface.h>
73 @implementation ObjCInterface implementation
87 #import <ObjCInterface/ObjCInterface.h>
89 void testAccessIVar(ObjCInterface *obj, id item) {
98 void testAccessIVarLater(ObjCInterface *obj, id item) {
104 void testInlinedFunction(ObjCInterface *obj, WithBitFields *bitFields) {