Home | History | Annotate | Download | only in Sema

Lines Matching refs:castType

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