• Home
  • Raw
  • Download

Lines Matching refs:CCK

3244                                 CheckedConversionKind CCK) {  in PerformImplicitConversion()  argument
3248 Action, CCK); in PerformImplicitConversion()
3284 CCK); in PerformImplicitConversion()
3305 AA_Converting, CCK); in PerformImplicitConversion()
3334 CheckedConversionKind CCK) { in PerformImplicitConversion() argument
3335 bool CStyle = (CCK == CCK_CStyleCast || CCK == CCK_FunctionalCast); in PerformImplicitConversion()
3413 VK_RValue, /*BasePath=*/nullptr, CCK).get(); in PerformImplicitConversion()
3419 VK_RValue, /*BasePath=*/nullptr, CCK).get(); in PerformImplicitConversion()
3462 VK_RValue, /*BasePath=*/nullptr, CCK).get(); in PerformImplicitConversion()
3472 VK_RValue, /*BasePath=*/nullptr, CCK).get(); in PerformImplicitConversion()
3475 VK_RValue, /*BasePath=*/nullptr, CCK).get(); in PerformImplicitConversion()
3482 VK_RValue, /*BasePath=*/nullptr, CCK).get(); in PerformImplicitConversion()
3501 VK_RValue, /*BasePath=*/nullptr, CCK).get(); in PerformImplicitConversion()
3508 VK_RValue, /*BasePath=*/nullptr, CCK).get(); in PerformImplicitConversion()
3511 VK_RValue, /*BasePath=*/nullptr, CCK).get(); in PerformImplicitConversion()
3516 VK_RValue, /*BasePath=*/nullptr, CCK).get(); in PerformImplicitConversion()
3564 CheckObjCARCConversion(SourceRange(), ToType, From, CCK); in PerformImplicitConversion()
3565 From = ImpCastExprToType(From, ToType, Kind, VK_RValue, &BasePath, CCK) in PerformImplicitConversion()
3585 From = ImpCastExprToType(From, ToType, Kind, VK_RValue, &BasePath, CCK) in PerformImplicitConversion()
3599 VK_RValue, /*BasePath=*/nullptr, CCK).get(); in PerformImplicitConversion()
3614 &BasePath, CCK).get(); in PerformImplicitConversion()
3620 VK_RValue, /*BasePath=*/nullptr, CCK).get(); in PerformImplicitConversion()
3627 /*BasePath=*/nullptr, CCK).get(); in PerformImplicitConversion()
3665 VK_RValue, /*BasePath=*/nullptr, CCK).get(); in PerformImplicitConversion()
3673 VK_RValue, /*BasePath=*/nullptr, CCK).get(); in PerformImplicitConversion()
3678 VK_RValue, /*BasePath=*/nullptr, CCK).get(); in PerformImplicitConversion()
3685 VK_RValue, /*BasePath=*/nullptr, CCK).get(); in PerformImplicitConversion()
3728 CK_NoOp, VK, /*BasePath=*/nullptr, CCK).get(); in PerformImplicitConversion()
3751 VK_RValue, nullptr, CCK).get(); in PerformImplicitConversion()
3756 if (CCK == CCK_ImplicitConversion) in PerformImplicitConversion()