Lines Matching refs:compat
1203 bool compat = true; in ActOnPropertyImplDecl() local
1366 compat = in ActOnPropertyImplDecl()
1371 compat = (CheckAssignmentConstraints(PropertyIvarLoc, PropertyIvarType, in ActOnPropertyImplDecl()
1375 if (!compat) { in ActOnPropertyImplDecl()
1431 if (CompleteTypeErr || !compat) in ActOnPropertyImplDecl()
1717 bool compat = Context.hasSameType(PropertyRValueType, GetterType); in DiagnosePropertyAccessorMismatch() local
1718 if (!compat) { in DiagnosePropertyAccessorMismatch()
1724 compat = Context.canAssignObjCInterfaces(getterObjCPtr, propertyObjCPtr); in DiagnosePropertyAccessorMismatch()
1733 compat = true; in DiagnosePropertyAccessorMismatch()
1737 compat = false; in DiagnosePropertyAccessorMismatch()
1741 if (!compat) { in DiagnosePropertyAccessorMismatch()