Searched refs:ToNonRefType (Results 1 – 1 of 1) sorted by relevance
6310 QualType ToNonRefType = ToType.getNonReferenceType(); in isAllowableExplicitConversion() local6313 if (S.Context.hasSameUnqualifiedType(ConvType, ToNonRefType)) in isAllowableExplicitConversion()6318 if (S.IsQualificationConversion(ConvType, ToNonRefType, /*CStyle*/false, in isAllowableExplicitConversion()6330 return S.isObjCPointerConversion(ConvType, ToNonRefType, ConvertedType, in isAllowableExplicitConversion()