Home | History | Annotate | Download | only in Sema

Lines Matching refs:Conversions

787     //   All implicit type conversions (clause 4) are considered when
2817 // suppress user-defined conversions on the arguments. We do the same for
3226 const UnresolvedSetImpl *Conversions
3228 for (UnresolvedSetImpl::const_iterator I = Conversions->begin(),
3229 E = Conversions->end(); I != E; ++I) {
3768 const UnresolvedSetImpl *Conversions
3770 for (UnresolvedSetImpl::const_iterator I = Conversions->begin(),
3771 E = Conversions->end();
4120 // Determine whether we should consider writeback conversions for
4181 // conversions (Clause 4) will be used, if necessary, to convert the
4183 // destination type; no user-defined conversions are considered.
4534 // constructor call (we might have derived-to-base conversions, or
4870 // performing the specified conversions along the way.