Lines Matching defs:compat
1183 bool compat = true;
1345 compat = Context.canAssignObjCInterfaces(
1349 compat = (SemaRef.CheckAssignmentConstraints(
1353 if (!compat) {
1407 if (CompleteTypeErr || !compat)
1694 bool compat = Context.hasSameType(PropertyRValueType, GetterType);
1695 if (!compat) {
1701 compat = Context.canAssignObjCInterfaces(getterObjCPtr, propertyObjCPtr);
1710 compat = true;
1714 compat = false;
1718 if (!compat) {