Home | History | Annotate | Download | only in Sema

Lines Matching refs:CCK

2979                                 CheckedConversionKind CCK) {
2983 Action, CCK);
3019 CCK);
3040 AA_Converting, CCK);
3069 CheckedConversionKind CCK) {
3070 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast);
3146 VK_RValue, /*BasePath=*/nullptr, CCK).get();
3152 VK_RValue, /*BasePath=*/nullptr, CCK).get();
3195 VK_RValue, /*BasePath=*/nullptr, CCK).get();
3205 VK_RValue, /*BasePath=*/nullptr, CCK).get();
3208 VK_RValue, /*BasePath=*/nullptr, CCK).get();
3215 VK_RValue, /*BasePath=*/nullptr, CCK).get();
3234 VK_RValue, /*BasePath=*/nullptr, CCK).get();
3241 VK_RValue, /*BasePath=*/nullptr, CCK).get();
3244 VK_RValue, /*BasePath=*/nullptr, CCK).get();
3249 VK_RValue, /*BasePath=*/nullptr, CCK).get();
3297 CheckObjCARCConversion(SourceRange(), ToType, From, CCK);
3298 From = ImpCastExprToType(From, ToType, Kind, VK_RValue, &BasePath, CCK)
3318 From = ImpCastExprToType(From, ToType, Kind, VK_RValue, &BasePath, CCK)
3332 VK_RValue, /*BasePath=*/nullptr, CCK).get();
3347 &BasePath, CCK).get();
3353 VK_RValue, /*BasePath=*/nullptr, CCK).get();
3367 VK_RValue, /*BasePath=*/nullptr, CCK).get();
3405 VK_RValue, /*BasePath=*/nullptr, CCK).get();
3413 VK_RValue, /*BasePath=*/nullptr, CCK).get();
3418 VK_RValue, /*BasePath=*/nullptr, CCK).get();
3425 VK_RValue, /*BasePath=*/nullptr, CCK).get();
3468 CK_NoOp, VK, /*BasePath=*/nullptr, CCK).get();
3491 VK_RValue, nullptr, CCK).get();
3496 if (CCK == CCK_ImplicitConversion)