Searched refs:propertyObjCPtr (Results 1 – 1 of 1) sorted by relevance
1484 const ObjCObjectPointerType *propertyObjCPtr = nullptr; in DiagnosePropertyAccessorMismatch() local1486 if ((propertyObjCPtr = PropertyIvarType->getAs<ObjCObjectPointerType>()) && in DiagnosePropertyAccessorMismatch()1488 compat = Context.canAssignObjCInterfaces(getterObjCPtr, propertyObjCPtr); in DiagnosePropertyAccessorMismatch()