Home
last modified time | relevance | path

Searched refs:TestProperties (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Interpreter/
H A DTestOptionValue.cpp80 class TestProperties : public OptionValueProperties { class
82 static std::shared_ptr<TestProperties> CreateGlobal() { in CreateGlobal()
83 auto props_sp = std::make_shared<TestProperties>(); in CreateGlobal()
115 return std::make_shared<TestProperties>(*this); in Clone()
123 TEST(TestProperties, DeepCopy) { in TEST() argument
124 auto props_sp = TestProperties::CreateGlobal(); in TEST()
140 auto *props_copy_ptr = static_cast<TestProperties *>(copy_sp.get()); in TEST()
/llvm-project-15.0.7/clang/test/PCH/
H A Dobjc_property.m11 TestProperties *xx = [TestProperties alloc];
H A Dobjc_property.h2 @interface TestProperties