Home | History | Annotate | Download | only in Sema

Lines Matching refs:CCK

120     void checkObjCARCConversion(Sema::CheckedConversionKind CCK) {
124 if (Self.CheckObjCARCConversion(OpRange, DestType, src, CCK) ==
191 Sema::CheckedConversionKind CCK,
197 Sema::CheckedConversionKind CCK,
791 Sema::CheckedConversionKind CCK,
797 = (CCK == Sema::CCK_CStyleCast || CCK == Sema::CCK_FunctionalCast);
834 tcr = TryStaticImplicitCast(Self, SrcExpr, DestType, CCK, OpRange, msg,
1304 Sema::CheckedConversionKind CCK,
1319 = (CCK == Sema::CCK_CStyleCast)
1322 : (CCK == Sema::CCK_FunctionalCast)
1334 = (CCK == Sema::CCK_CStyleCast || CCK == Sema::CCK_FunctionalCast);
1883 Sema::CheckedConversionKind CCK
1888 tcr = TryStaticCast(Self, SrcExpr, DestType, CCK, OpRange,
1903 checkObjCARCConversion(CCK);