Home | History | Annotate | Download | only in Sema

Lines Matching refs:isIntegerCast

5043     bool isIntegerCast = (CE->getCastKind() == CK_IntegralCast);
5046 if (!isIntegerCast)