Home | History | Annotate | Download | only in Sema

Lines Matching refs:castType

39 enum CastType {
156 // %0: Cast Type (a value from the CastType enumeration)
311 static bool tryDiagnoseOverloadedCast(Sema &S, CastType CT,
387 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType,
391 tryDiagnoseOverloadedCast(S, castType, opRange, src, destType,
395 S.Diag(opRange.getBegin(), msg) << castType