Home | History | Annotate | Download | only in Sema

Lines Matching defs:RHSOPT

6408     const ObjCObjectPointerType *RHSOPT = RHSTy->castAs<ObjCObjectPointerType>();
6425 Context.areCommonBaseCompatible(LHSOPT, RHSOPT)).isNull()) {
6427 } else if (Context.canAssignObjCInterfaces(LHSOPT, RHSOPT)) {
6428 compositeType = RHSOPT->isObjCBuiltinType() ? RHSTy : LHSTy;
6429 } else if (Context.canAssignObjCInterfaces(RHSOPT, LHSOPT)) {