Lines Matching defs:CK
2661 CastKind CK = CK_BitCast;
2663 CK = CK_IntegralToBoolean;
2664 subExpr = NoTypeInfoCStyleCastExpr(Context, type, CK, subExpr);
3406 CastKind CK = recExpr->getType()->isObjCObjectPointerType()
3412 CK, recExpr);
3437 CastKind CK;
3440 CK = CK_IntegralToBoolean;
3443 CK = CK_BlockPointerToObjCPointerCast;
3445 CK = CK_CPointerToObjCPointerCast;
3447 CK = CK_BitCast;
3450 CK = CK_BitCast;
3453 userExpr = NoTypeInfoCStyleCastExpr(Context, type, CK, userExpr);
3460 CastKind CK;
3462 CK = CK_IntegralToPointer;
3464 CK = CK_BlockPointerToObjCPointerCast;
3466 CK = CK_CPointerToObjCPointerCast;
3468 CK = CK_BitCast;
3471 CK, userExpr);