Home | History | Annotate | Download | only in Sema

Lines Matching refs:Conversions

945     //   All implicit type conversions (clause 4) are considered when
3612 Conversions = T2RecordDecl->getVisibleConversionFunctions();
3614 I = Conversions.first, E = Conversions.second; I != E; ++I) {
4245 Conversions = SourceRecordDecl->getVisibleConversionFunctions();
4247 I = Conversions.first, E = Conversions.second; I != E; ++I) {
4694 // Determine whether we should consider writeback conversions for
4763 // conversions (Clause 4) will be used, if necessary, to convert the
4765 // destination type; no user-defined conversions are considered.
5139 // constructor call (we might have derived-to-base conversions, or
5790 // performing the specified conversions along the way.