Home | History | Annotate | Download | only in Sema

Lines Matching refs:CCK

122     void checkObjCARCConversion(Sema::CheckedConversionKind CCK) {
126 if (Self.CheckObjCARCConversion(OpRange, DestType, src, CCK) ==
193 Sema::CheckedConversionKind CCK,
199 Sema::CheckedConversionKind CCK,
916 Sema::CheckedConversionKind CCK,
922 = (CCK == Sema::CCK_CStyleCast || CCK == Sema::CCK_FunctionalCast);
959 tcr = TryStaticImplicitCast(Self, SrcExpr, DestType, CCK, OpRange, msg,
1438 Sema::CheckedConversionKind CCK,
1457 = (CCK == Sema::CCK_CStyleCast)
1460 : (CCK == Sema::CCK_FunctionalCast)
1472 = (CCK == Sema::CCK_CStyleCast || CCK == Sema::CCK_FunctionalCast);
2079 Sema::CheckedConversionKind CCK
2084 tcr = TryStaticCast(Self, SrcExpr, DestType, CCK, OpRange,
2099 checkObjCARCConversion(CCK);