Home | History | Annotate | Download | only in Sema

Lines Matching refs:LHSOPT

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