Searched refs:typesAreBlockPointerCompatible (Results 1 – 3 of 3) sorted by relevance
2827 bool typesAreBlockPointerCompatible(QualType, QualType);
9876 return ctx.typesAreBlockPointerCompatible(lhs, rhs); in canAssignObjCObjectTypes()10144 bool ASTContext::typesAreBlockPointerCompatible(QualType LHS, QualType RHS) { in typesAreBlockPointerCompatible() function in ASTContext
9673 if (!S.Context.typesAreBlockPointerCompatible( in checkBlockPointerTypesForAssignment()9677 } else if (!S.Context.typesAreBlockPointerCompatible(LHSType, RHSType)) in checkBlockPointerTypesForAssignment()