Lines Matching defs:CK
2660 CastKind CK = CK_BitCast;
2662 CK = CK_IntegralToBoolean;
2663 subExpr = NoTypeInfoCStyleCastExpr(Context, type, CK, subExpr);
3405 CastKind CK = recExpr->getType()->isObjCObjectPointerType()
3411 CK, recExpr);
3436 CastKind CK;
3439 CK = CK_IntegralToBoolean;
3442 CK = CK_BlockPointerToObjCPointerCast;
3444 CK = CK_CPointerToObjCPointerCast;
3446 CK = CK_BitCast;
3449 CK = CK_BitCast;
3452 userExpr = NoTypeInfoCStyleCastExpr(Context, type, CK, userExpr);
3459 CastKind CK;
3461 CK = CK_IntegralToPointer;
3463 CK = CK_BlockPointerToObjCPointerCast;
3465 CK = CK_CPointerToObjCPointerCast;
3467 CK = CK_BitCast;
3470 CK, userExpr);