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) ==
190 Sema::CheckedConversionKind CCK,
196 Sema::CheckedConversionKind CCK,
946 Sema::CheckedConversionKind CCK,
952 = (CCK == Sema::CCK_CStyleCast || CCK == Sema::CCK_FunctionalCast);
989 tcr = TryStaticImplicitCast(Self, SrcExpr, DestType, CCK, OpRange, msg,
1492 Sema::CheckedConversionKind CCK,
1507 = (CCK == Sema::CCK_CStyleCast)
1510 : (CCK == Sema::CCK_FunctionalCast)
1522 = (CCK == Sema::CCK_CStyleCast || CCK == Sema::CCK_FunctionalCast);
2130 Sema::CheckedConversionKind CCK
2135 tcr = TryStaticCast(Self, SrcExpr, DestType, CCK, OpRange,
2150 checkObjCARCConversion(CCK);