Searched refs:Obj1 (Results 1 – 3 of 3) sorted by relevance
18 MyClass * Obj1, *Obj2;39 S::S(MyClass *O1, MyClass *O2) : Obj1(O1), Obj2(O2) {43 S::S(MyClass *O1) : Obj1(O1){ Obj2 = 0; }
147 auto Obj1 = Compile(*MB1.getModule()); in TEST_F() local149 Obj1Set.push_back(Obj1.getBinary()); in TEST_F()217 auto Obj1 = Compile(*MB1.getModule()); in TEST_F() local219 Obj1Set.push_back(Obj1.getBinary()); in TEST_F()
901 const ObjCObjectType *Obj1 = cast<ObjCObjectType>(T1); in IsStructurallyEquivalent() local904 Obj1->getBaseType(), in IsStructurallyEquivalent()907 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent()909 for (unsigned I = 0, N = Obj1->getNumProtocols(); I != N; ++I) { in IsStructurallyEquivalent()911 Obj1->getProtocol(I), in IsStructurallyEquivalent()