Searched refs:Obj2 (Results 1 – 4 of 4) sorted by relevance
180 struct Obj2 { struct182 Obj2& disp_operator(Obj2 other); argument185 Obj2& operator=(Obj2 other);188 Obj2 z; in foo() argument201 Obj2 j; in bar() argument217 Obj2 z1, z; in test_three()
18 MyClass * Obj1, *Obj2; field39 S::S(MyClass *O1, MyClass *O2) : Obj1(O1), Obj2(O2) {43 S::S(MyClass *O1) : Obj1(O1){ Obj2 = 0; }
1172 const auto *Obj2 = cast<ObjCTypeParamType>(T2); in IsStructurallyEquivalent() local1173 if (!IsStructurallyEquivalent(Context, Obj1->getDecl(), Obj2->getDecl())) in IsStructurallyEquivalent()1176 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent()1180 Obj2->getProtocol(I))) in IsStructurallyEquivalent()1188 const auto *Obj2 = cast<ObjCObjectType>(T2); in IsStructurallyEquivalent() local1190 Obj2->getBaseType())) in IsStructurallyEquivalent()1192 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent()1196 Obj2->getProtocol(I))) in IsStructurallyEquivalent()
125 __attribute__((init_priority(101))) SomeType Obj2;127 ``Obj2`` will be initialized *before* ``Obj1`` despite the usual order of