Searched refs:TestProperty (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | objc-properties.m | 15 @interface TestProperty :NSObject { interface 34 @implementation TestProperty implementation 42 - (id) copyWithPtrY: (TestProperty*) value { argument 43 TestProperty *another = [[TestProperty alloc] init];
|
| /llvm-project-15.0.7/clang/test/Analysis/objc/ |
| H A D | direct-ivar-assignment-in-annotated-functions.m | 27 @interface TestProperty : AnnotatedClass { interface 47 @implementation TestProperty implementation
|
| /llvm-project-15.0.7/llvm/tools/llvm-c-test/ |
| H A D | debuginfo.c | 25 LLVMMetadataRef TestProperty = in declare_objc_class() local 27 …derCreateObjCIVar(DIB, "_test", 5, File, 42, 64, 0, 64, LLVMDIFlagPublic, SuperDecl, TestProperty); in declare_objc_class()
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/ |
| H A D | gtest.h | 524 class TestProperty { 529 TestProperty(const std::string& a_key, const std::string& a_value) : in TestProperty() function 605 const TestProperty& GetTestProperty(int i) const; 624 const std::vector<TestProperty>& test_properties() const { in test_properties() 641 const TestProperty& test_property); 647 const TestProperty& test_property); 671 std::vector<TestProperty> test_properties_;
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-internal-inl.h | 356 bool operator()(const TestProperty& test_property) const { in operator() 740 void RecordProperty(const TestProperty& test_property); 1039 const TestProperty& property) { in RecordProperty()
|
| H A D | gtest.cc | 2047 const TestProperty& TestResult::GetTestProperty(int i) const { in GetTestProperty() 2067 const TestProperty& test_property) { in RecordProperty() 2072 const std::vector<TestProperty>::iterator property_with_matching_key = in RecordProperty() 2177 const TestProperty& test_property) { in ValidateTestProperty() 3951 const TestProperty& property = result.GetTestProperty(i); in TestPropertiesAsXmlAttributes() 3969 const TestProperty& property = result.GetTestProperty(i); in OutputXmlTestProperties() 4346 const TestProperty& property = result.GetTestProperty(i); in TestPropertiesAsJson() 4840 impl_->RecordProperty(TestProperty(key, value)); in RecordProperty() 5043 void UnitTestImpl::RecordProperty(const TestProperty& test_property) { in RecordProperty()
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | MicrosoftExtensions.cpp | 373 void TestProperty() {
|
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | MicrosoftExtensions.cpp | 268 void TestProperty() { in TestProperty() function
|