Home | History | Annotate | Download | only in Sema

Lines Matching refs:castType

39 enum CastType {
153 // %0: Cast Type (a value from the CastType enumeration)
306 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT,
382 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType,
386 tryDiagnoseOverloadedCast(S, castType, opRange, src, destType,
390 S.Diag(opRange.getBegin(), msg) << castType