Home | History | Annotate | Download | only in Sema

Lines Matching refs:Conversions

3181       // Casts and implicit conversions are not initialization, so are not
3255 // Diagnose incompatible Objective-C conversions
4271 // well-formed, including any implicit conversions to the return
4280 // of the return-statement (including conversions to the return type)
4528 // The LHS undergoes lvalue conversions if this is ->*.
4534 // The RHS always undergoes lvalue conversions.
4739 // to the array-to-pointer or function-to-pointer conversions.
4769 // We found a match. Perform the conversions on the arguments and move on.
4772 Best->Conversions[0], Sema::AA_Converting);
4779 Best->Conversions[1], Sema::AA_Converting);
4976 // ... overload resolution is used to determine the conversions (if any)
4985 // conversions are performed on the second and third operands.
4993 // After those conversions, one of the following shall hold:
5033 // the usual arithmetic conversions are performed to bring them to a
5049 // conversions and qualification conversions are performed to bring them
5054 // pointer to member conversions and qualification conversions are
5111 // Pointer conversions and qualification conversions are performed on
5159 // conversions in both directions. If only one works, or if the two composite
6207 /// Perform the conversions required for an expression used in a