Lines Matching defs:Obj1
1350 const auto *Obj1 = cast<ObjCTypeParamType>(T1);
1352 if (!IsStructurallyEquivalent(Context, Obj1->getDecl(), Obj2->getDecl()))
1355 if (Obj1->getNumProtocols() != Obj2->getNumProtocols())
1357 for (unsigned I = 0, N = Obj1->getNumProtocols(); I != N; ++I) {
1358 if (!IsStructurallyEquivalent(Context, Obj1->getProtocol(I),
1366 const auto *Obj1 = cast<ObjCObjectType>(T1);
1368 if (!IsStructurallyEquivalent(Context, Obj1->getBaseType(),
1371 if (Obj1->getNumProtocols() != Obj2->getNumProtocols())
1373 for (unsigned I = 0, N = Obj1->getNumProtocols(); I != N; ++I) {
1374 if (!IsStructurallyEquivalent(Context, Obj1->getProtocol(I),