Searched refs:typesCompatible (Results 1 – 4 of 4) sorted by relevance
137 static bool typesCompatible(ASTContext &C, QualType A, QualType B) { in typesCompatible() function166 if (typesCompatible(C, PT, AT->getElementType())) in compatibleWithArrayType()202 if (typesCompatible(BR.getContext(), PointeeType, SizeofType)) in checkASTCodeBody()
257 (convertTo): Use typesSame instead of typesCompatible
707 (IRState::typesCompatible): Likewise.
998 (IRState::typesCompatible): Replace with d_types_compatible.