Home | History | Annotate | Download | only in Sema

Lines Matching full:diagnosebadcast

384 static void diagnoseBadCast(Sema &S, unsigned msg, CastType castType,
825 diagnoseBadCast(Self, msg, CT_Reinterpret, OpRange, SrcExpr.get(),
887 diagnoseBadCast(Self, msg, CT_Static, OpRange, SrcExpr.get(), DestType,
2085 diagnoseBadCast(Self, msg, (FunctionalStyle ? CT_Functional : CT_CStyle),