Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsQualificationConversion

1643   if (S.IsQualificationConversion(FromType, ToType, CStyle, 
2787 /// IsQualificationConversion - Determines whether the conversion from
2795 Sema::IsQualificationConversion(QualType FromType, QualType ToType,
3700 // IsQualificationConversion does, but here we're checking for a
6226 if (S.IsQualificationConversion(ConvType, ToNonRefType, /*CStyle*/false,