reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExpr.cpp
 1346   RHS = UsualUnaryConversions(RHS.get());
 1346   RHS = UsualUnaryConversions(RHS.get());
 1347   if (RHS.isInvalid())
 1355     Context.getCanonicalType(RHS.get()->getType()).getUnqualifiedType();
 1393     return handleComplexFloatConversion(*this, LHS, RHS, LHSType, RHSType,
 1398     return handleFloatConversion(*this, LHS, RHS, LHSType, RHSType,
 1403     return handleComplexIntConversion(*this, LHS, RHS, LHSType, RHSType,
 1411            (*this, LHS, RHS, LHSType, RHSType, IsCompAssign);