Lines Matching refs:RHSOPT

6945                                          const ObjCObjectPointerType *RHSOPT) {  in canAssignObjCInterfaces()  argument
6947 const ObjCObjectType* RHS = RHSOPT->getObjectType(); in canAssignObjCInterfaces()
6965 return canAssignObjCInterfaces(RHSOPT->stripObjCKindOfTypeAndQuals(*this), in canAssignObjCInterfaces()
6971 QualType(RHSOPT,0), in canAssignObjCInterfaces()
6977 QualType(RHSOPT,0))); in canAssignObjCInterfaces()
6995 const ObjCObjectPointerType *RHSOPT, in canAssignObjCInterfacesInBlockPointer() argument
7004 const ObjCObjectPointerType *Expected = BlockReturnType ? RHSOPT : LHSOPT; in canAssignObjCInterfacesInBlockPointer()
7011 RHSOPT->stripObjCKindOfTypeAndQuals(*this), in canAssignObjCInterfacesInBlockPointer()
7016 if (RHSOPT->isObjCBuiltinType() || LHSOPT->isObjCIdType()) in canAssignObjCInterfacesInBlockPointer()
7020 return finish(RHSOPT->isObjCBuiltinType() || in canAssignObjCInterfacesInBlockPointer()
7021 RHSOPT->isObjCQualifiedIdType()); in canAssignObjCInterfacesInBlockPointer()
7024 if (LHSOPT->isObjCQualifiedIdType() || RHSOPT->isObjCQualifiedIdType()) in canAssignObjCInterfacesInBlockPointer()
7026 QualType(RHSOPT,0), in canAssignObjCInterfacesInBlockPointer()
7030 const ObjCInterfaceType* RHS = RHSOPT->getInterfaceType(); in canAssignObjCInterfacesInBlockPointer()
7061 const ObjCObjectPointerType *RHSOPT, in getIntersectionOfProtocols() argument
7065 const ObjCObjectType* RHS = RHSOPT->getObjectType(); in getIntersectionOfProtocols()
7368 const ObjCObjectPointerType *RHSOPT = RHS->getAs<ObjCObjectPointerType>(); in areComparableObjCPointerTypes() local
7370 if (!LHSOPT || !RHSOPT) in areComparableObjCPointerTypes()
7373 return canAssignObjCInterfaces(LHSOPT, RHSOPT) || in areComparableObjCPointerTypes()
7374 canAssignObjCInterfaces(RHSOPT, LHSOPT); in areComparableObjCPointerTypes()