Searched refs:typesAreBlockPointerCompatible (Results 1 – 3 of 3) sorted by relevance
2858 bool typesAreBlockPointerCompatible(QualType, QualType);
9983 return ctx.typesAreBlockPointerCompatible(lhs, rhs); in canAssignObjCObjectTypes()10254 bool ASTContext::typesAreBlockPointerCompatible(QualType LHS, QualType RHS) { in typesAreBlockPointerCompatible() function in ASTContext
10030 if (!S.Context.typesAreBlockPointerCompatible( in checkBlockPointerTypesForAssignment()10034 } else if (!S.Context.typesAreBlockPointerCompatible(LHSType, RHSType)) in checkBlockPointerTypesForAssignment()