reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1379 ICS.Standard, CStyle, AllowObjCWritebackConversion)){ 1380 ICS.setStandard(); 1381 return ICS; 1385 ICS.setBad(BadConversionSequence::no_conversion, From, ToType); 1386 return ICS; 1400 ICS.setStandard(); 1401 ICS.Standard.setAsIdentityConversion(); 1402 ICS.Standard.setFromType(FromType); 1403 ICS.Standard.setAllToTypes(ToType); 1409 ICS.Standard.CopyConstructor = nullptr; 1413 ICS.Standard.Second = ICK_Derived_To_Base; 1415 return ICS;