Lines Matching defs:Obj1
1333 const auto *Obj1 = cast<ObjCTypeParamType>(T1);
1335 if (!IsStructurallyEquivalent(Context, Obj1->getDecl(), Obj2->getDecl()))
1338 if (Obj1->getNumProtocols() != Obj2->getNumProtocols())
1340 for (unsigned I = 0, N = Obj1->getNumProtocols(); I != N; ++I) {
1341 if (!IsStructurallyEquivalent(Context, Obj1->getProtocol(I),
1349 const auto *Obj1 = cast<ObjCObjectType>(T1);
1351 if (!IsStructurallyEquivalent(Context, Obj1->getBaseType(),
1354 if (Obj1->getNumProtocols() != Obj2->getNumProtocols())
1356 for (unsigned I = 0, N = Obj1->getNumProtocols(); I != N; ++I) {
1357 if (!IsStructurallyEquivalent(Context, Obj1->getProtocol(I),