Searched refs:typesAreBlockPointerCompatible (Results 1 – 4 of 4) sorted by relevance
3151 bool typesAreBlockPointerCompatible(QualType, QualType);
11006 return ctx.typesAreBlockPointerCompatible(lhs, rhs); in canAssignObjCObjectTypes()11277 bool ASTContext::typesAreBlockPointerCompatible(QualType LHS, QualType RHS) { in typesAreBlockPointerCompatible() function in ASTContext
9197 if (!S.Context.typesAreBlockPointerCompatible( in checkBlockPointerTypesForAssignment()9201 } else if (!S.Context.typesAreBlockPointerCompatible(LHSType, RHSType)) in checkBlockPointerTypesForAssignment()
8955 …lockPointerCompatibleENS_8QualTypeES1_", "clang::ASTContext::typesAreBlockPointerCompatible(clang:…