reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4399 ICS.setStandard(); 4400 ICS.Standard.setAsIdentityConversion(); 4402 ICS.Standard.First = ICK_Lvalue_To_Rvalue; 4406 ICS.Standard.Second = E->getType()->isFloatingType() 4409 ICS.Standard.setFromType(E->getType()); 4410 ICS.Standard.setToType(0, E->getType()); 4411 ICS.Standard.setToType(1, DestType); 4412 ICS.Standard.setToType(2, DestType); 4413 Sequence.AddConversionSequenceStep(ICS, ICS.Standard.getToType(2), 4413 Sequence.AddConversionSequenceStep(ICS, ICS.Standard.getToType(2),