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

References

tools/clang/lib/Sema/SemaExpr.cpp
 1005   QualType ResultType = S.Context.getComplexType(LHSElementType);
 1021       RHS = S.ImpCastExprToType(RHS.get(), LHSElementType, CK_FloatingCast);