Home | History | Annotate | Download | only in Sema

Lines Matching refs:Conversions

2023       const UnresolvedSetImpl *Conversions = RD->getVisibleConversionFunctions();
2024 for (UnresolvedSetImpl::iterator I = Conversions->begin(),
2025 E = Conversions->end(); I != E; ++I) {
2600 // Diagnose incompatible Objective-C conversions
3459 // well-formed, including any implicit conversions to the return
3468 // of the return-statement (including conversions to the return type)
3721 // The LHS undergoes lvalue conversions if this is ->*.
3727 // The RHS always undergoes lvalue conversions.
3931 // to the array-to-pointer or function-to-pointer conversions.
3960 // We found a match. Perform the conversions on the arguments and move on.
3963 Best->Conversions[0], Sema::AA_Converting);
3970 Best->Conversions[1], Sema::AA_Converting);
4056 // ... then the [l2r] conversions are performed on the second and third
4149 // ... overload resolution is used to determine the conversions (if any)
4158 // conversions are performed on the second and third operands.
4166 // After those conversions, one of the following shall hold:
4200 // the usual arithmetic conversions are performed to bring them to a
4210 // type and the other is a null pointer constant; pointer conversions
4211 // and qualification conversions are performed to bring them to their
4215 // pointer to member conversions and qualification conversions are
4275 // Pointer conversions and qualification conversions are performed on
4307 // conversions in both directions. If only one works, or if the two composite
5225 /// Perform the conversions required for an expression used in a