Lines Matching full:conversions
862 // All implicit type conversions (clause 4) are considered when
3013 // suppress user-defined conversions on the arguments. We do the same for
3435 Conversions = T2RecordDecl->getVisibleConversionFunctions();
3437 I = Conversions.first, E = Conversions.second; I != E; ++I) {
4067 Conversions = SourceRecordDecl->getVisibleConversionFunctions();
4069 I = Conversions.first, E = Conversions.second; I != E; ++I) {
4498 // Determine whether we should consider writeback conversions for
4565 // conversions (Clause 4) will be used, if necessary, to convert the
4567 // destination type; no user-defined conversions are considered.
4941 // constructor call (we might have derived-to-base conversions, or
5579 // performing the specified conversions along the way.