Lines Matching full:conversions
2071 const UnresolvedSetImpl *Conversions = RD->getVisibleConversionFunctions();
2072 for (UnresolvedSetImpl::iterator I = Conversions->begin(),
2073 E = Conversions->end(); I != E; ++I) {
2643 // Diagnose incompatible Objective-C conversions
3519 // well-formed, including any implicit conversions to the return
3528 // of the return-statement (including conversions to the return type)
3803 // The LHS undergoes lvalue conversions if this is ->*.
3809 // The RHS always undergoes lvalue conversions.
4013 // to the array-to-pointer or function-to-pointer conversions.
4042 // We found a match. Perform the conversions on the arguments and move on.
4045 Best->Conversions[0], Sema::AA_Converting);
4052 Best->Conversions[1], Sema::AA_Converting);
4139 // ... then the [l2r] conversions are performed on the second and third
4271 // ... overload resolution is used to determine the conversions (if any)
4280 // conversions are performed on the second and third operands.
4288 // After those conversions, one of the following shall hold:
4326 // the usual arithmetic conversions are performed to bring them to a
4338 // conversions and qualification conversions are performed to bring them
4343 // pointer to member conversions and qualification conversions are
4399 // Pointer conversions and qualification conversions are performed on
4447 // conversions in both directions. If only one works, or if the two composite
5423 /// Perform the conversions required for an expression used in a