Searched refs:TestExt (Results 1 – 7 of 7) sorted by relevance
17 libTestExt.dylib: TestExt/TestExt.m18 mkdir -p TestExt20 DYLIB_ONLY=YES DYLIB_NAME=TestExt DYLIB_OBJC_SOURCES=TestExt/TestExt.m \
2 #import <TestExt/TestExt.h>
59 @interface TestExt interface60 @property (retain,readonly) TestExt *x1;61 @property (readonly) TestExt *x2;64 @interface TestExt() interface in retain65 @property (retain,readwrite) TestExt *x1;66 @property (readwrite) TestExt *x2;67 @property (retain) TestExt *x3;70 @implementation TestExt implementation
59 @interface TestExt60 @property (strong,readonly) TestExt *x1;61 @property (weak, readonly) TestExt *x2;64 @interface TestExt()65 @property (strong,readwrite) TestExt *x1;66 @property (weak, readwrite) TestExt *x2;67 @property (strong) TestExt *x3;70 @implementation TestExt
1 #import <TestExt/Foo.h>
3 #import "TestExt.h"
2596 if (auto *TestExt = dyn_cast_or_null<TestModuleFileExtension>(Ext.get())) in GenerateFrontendArgs() local2597 GenerateArg(Args, OPT_ftest_module_file_extension_EQ, TestExt->str(), SA); in GenerateFrontendArgs()