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

References

tools/clang/lib/Sema/SemaExpr.cpp
 1035       IntExpr = S.ImpCastExprToType(IntExpr.get(), FloatTy,
 1042   QualType result = S.Context.getComplexType(FloatTy);
 1046     IntExpr = S.ImpCastExprToType(IntExpr.get(), result,
 1051     FloatExpr = S.ImpCastExprToType(FloatExpr.get(), result,