Home | History | Annotate | Download | only in Sema

Lines Matching refs:LHSOPT

5595     const ObjCObjectPointerType *LHSOPT = LHSTy->castAs<ObjCObjectPointerType>();
5612 if (Context.canAssignObjCInterfaces(LHSOPT, RHSOPT)) {
5614 } else if (Context.canAssignObjCInterfaces(RHSOPT, LHSOPT)) {
5615 compositeType = LHSOPT->isObjCBuiltinType() ? LHSTy : RHSTy;
5627 Context.areCommonBaseCompatible(LHSOPT, RHSOPT)).isNull())