Lines Matching defs:ICS
769 ImplicitConversionSequence ICS;
770 ICS.setStandard();
771 ICS.Standard.setAsIdentityConversion();
772 ICS.Standard.setFromType(SourceType);
774 ICS.Standard.First = ICK_Lvalue_To_Rvalue;
775 ICS.Standard.setToType(0, SourceType);
776 ICS.Standard.Second = ICK_Boolean_Conversion;
777 ICS.Standard.setToType(1, DestType);
778 ICS.Standard.setToType(2, DestType);
779 return ICS;