Home | History | Annotate | Download | only in Sema

Lines Matching refs:CK

3084   CastKind CK;
3089 CK = CK_Dependent;
3092 CK = (T->isBlockPointerType() ? CK_AnyPointerToBlockPointerCast
3126 CK = CK_BitCast;
3170 Expr *Result = new (Context) ObjCBridgedCastExpr(LParenLoc, Kind, CK,