Searched refs:Obj2 (Results 1 – 2 of 2) sorted by relevance
1157 const auto *Obj2 = cast<ObjCTypeParamType>(T2); in IsStructurallyEquivalent() local1158 if (!IsStructurallyEquivalent(Context, Obj1->getDecl(), Obj2->getDecl())) in IsStructurallyEquivalent()1161 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent()1165 Obj2->getProtocol(I))) in IsStructurallyEquivalent()1173 const auto *Obj2 = cast<ObjCObjectType>(T2); in IsStructurallyEquivalent() local1175 Obj2->getBaseType())) in IsStructurallyEquivalent()1177 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent()1181 Obj2->getProtocol(I))) in IsStructurallyEquivalent()
125 __attribute__((init_priority(101))) SomeType Obj2;127 ``Obj2`` will be initialized *before* ``Obj1`` despite the usual order of