Home | History | Annotate | Download | only in Sema

Lines Matching defs:CCK

120     void checkObjCARCConversion(Sema::CheckedConversionKind CCK) {
124 if (Self.CheckObjCARCConversion(OpRange, DestType, src, CCK) ==
191 Sema::CheckedConversionKind CCK,
197 Sema::CheckedConversionKind CCK,
787 Sema::CheckedConversionKind CCK,
793 = (CCK == Sema::CCK_CStyleCast || CCK == Sema::CCK_FunctionalCast);
830 tcr = TryStaticImplicitCast(Self, SrcExpr, DestType, CCK, OpRange, msg,
1300 Sema::CheckedConversionKind CCK,
1313 = (CCK == Sema::CCK_CStyleCast)
1316 : (CCK == Sema::CCK_FunctionalCast)
1328 = (CCK == Sema::CCK_CStyleCast || CCK == Sema::CCK_FunctionalCast);
1842 Sema::CheckedConversionKind CCK
1847 tcr = TryStaticCast(Self, SrcExpr, DestType, CCK, OpRange,
1862 checkObjCARCConversion(CCK);