Searched refs:typesAreBlockPointerCompatible (Results 1 – 6 of 6) sorted by relevance
2236 bool typesAreBlockPointerCompatible(QualType, QualType);
2624 bool typesAreBlockPointerCompatible(QualType, QualType);
7131 return ctx.typesAreBlockPointerCompatible(lhs, rhs); in canAssignObjCObjectTypes()7399 bool ASTContext::typesAreBlockPointerCompatible(QualType LHS, QualType RHS) { in typesAreBlockPointerCompatible() function in ASTContext
8989 return ctx.typesAreBlockPointerCompatible(lhs, rhs); in canAssignObjCObjectTypes()9257 bool ASTContext::typesAreBlockPointerCompatible(QualType LHS, QualType RHS) { in typesAreBlockPointerCompatible() function in ASTContext
8918 if (!S.Context.typesAreBlockPointerCompatible( in checkBlockPointerTypesForAssignment()8922 } else if (!S.Context.typesAreBlockPointerCompatible(LHSType, RHSType)) in checkBlockPointerTypesForAssignment()
7247 if (!S.Context.typesAreBlockPointerCompatible(LHSType, RHSType)) in checkBlockPointerTypesForAssignment()