Home
last modified time | relevance | path

Searched refs:TestExt (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/lang/objc/conflicting-definition/
H A DMakefile17 libTestExt.dylib: TestExt/TestExt.m
18 mkdir -p TestExt
20 DYLIB_ONLY=YES DYLIB_NAME=TestExt DYLIB_OBJC_SOURCES=TestExt/TestExt.m \
H A Dmain.m2 #import <TestExt/TestExt.h>
/llvm-project-15.0.7/clang/test/ARCMT/
H A Dassign-prop-with-arc-runtime.m59 @interface TestExt interface
60 @property (retain,readonly) TestExt *x1;
61 @property (readonly) TestExt *x2;
64 @interface TestExt() interface in retain
65 @property (retain,readwrite) TestExt *x1;
66 @property (readwrite) TestExt *x2;
67 @property (retain) TestExt *x3;
70 @implementation TestExt implementation
H A Dassign-prop-with-arc-runtime.m.result59 @interface TestExt
60 @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
/llvm-project-15.0.7/lldb/test/API/lang/objc/conflicting-definition/TestExt/
H A DTestExt.h1 #import <TestExt/Foo.h>
H A DTestExt.m3 #import "TestExt.h"
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp2596 if (auto *TestExt = dyn_cast_or_null<TestModuleFileExtension>(Ext.get())) in GenerateFrontendArgs() local
2597 GenerateArg(Args, OPT_ftest_module_file_extension_EQ, TestExt->str(), SA); in GenerateFrontendArgs()