Home | History | Annotate | Download | only in Sema

Lines Matching refs:getCastKind

5139     if (ICE->getCastKind() == CK_IntegralCast ||
5140 ICE->getCastKind() == CK_FloatingCast) {
6701 switch (cast<CastExpr>(E)->getCastKind()) {
7125 if (CE->getCastKind() == CK_NoOp || CE->getCastKind() == CK_LValueToRValue)
7130 bool isIntegerCast = CE->getCastKind() == CK_IntegralCast ||
7131 CE->getCastKind() == CK_BooleanToSignedIntegral;
7393 if (ICE->getCastKind() != CK_IntegralCast &&
7394 ICE->getCastKind() != CK_NoOp)
8046 if (ICE->getCastKind() == CK_BitCast &&
9138 if (E->getCastKind() == CK_LValueToRValue)
9777 switch (cast->getCastKind()) {
10214 if (cast->getCastKind() == CK_ARCConsumeObject) {
10292 if (cast->getCastKind() == CK_ARCConsumeObject) {
10864 ICE->getCastKind() == CK_BitCast)