Home | History | Annotate | Download | only in Sema

Lines Matching refs:CK_IntegralCast

576     if (impcast->getCastKind() != CK_IntegralCast) break;
848 Lo = ImpCastExprToType(Lo, CondType, CK_IntegralCast).get();
964 Hi = ImpCastExprToType(Hi, CondType, CK_IntegralCast).get();