Searched refs:Obj2 (Results 1 – 2 of 2) sorted by relevance
1334 const auto *Obj2 = cast<ObjCTypeParamType>(T2); in IsStructurallyEquivalent() local1335 if (!IsStructurallyEquivalent(Context, Obj1->getDecl(), Obj2->getDecl())) in IsStructurallyEquivalent()1338 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent()1342 Obj2->getProtocol(I))) in IsStructurallyEquivalent()1350 const auto *Obj2 = cast<ObjCObjectType>(T2); in IsStructurallyEquivalent() local1352 Obj2->getBaseType())) in IsStructurallyEquivalent()1354 if (Obj1->getNumProtocols() != Obj2->getNumProtocols()) in IsStructurallyEquivalent()1358 Obj2->getProtocol(I))) in IsStructurallyEquivalent()
134 __attribute__((init_priority(101))) SomeType Obj2;136 ``Obj2`` will be initialized *before* ``Obj1`` despite the usual order of