Home | History | Annotate | Download | only in Sema

Lines Matching refs:CK_IntegralCast

12728               Val = ImpCastExprToType(Val, EltTy, CK_IntegralCast).get();
12732 Val = ImpCastExprToType(Val, EltTy, CK_IntegralCast).get();
12753 Val = ImpCastExprToType(Val, Context.IntTy, CK_IntegralCast).get();
13295 CK_IntegralCast,