Searched refs:typesAreBlockPointerCompatible (Results 1 – 3 of 3) sorted by relevance
2533 bool typesAreBlockPointerCompatible(QualType, QualType);
8184 return ctx.typesAreBlockPointerCompatible(lhs, rhs); in canAssignObjCObjectTypes()8452 bool ASTContext::typesAreBlockPointerCompatible(QualType LHS, QualType RHS) { in typesAreBlockPointerCompatible() function in ASTContext
7742 if (!S.Context.typesAreBlockPointerCompatible( in checkBlockPointerTypesForAssignment()7746 } else if (!S.Context.typesAreBlockPointerCompatible(LHSType, RHSType)) in checkBlockPointerTypesForAssignment()