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

References

tools/clang/lib/AST/ExprConstant.cpp
 3851           HandleIntToIntCast(Info, E, PromotedLHSType, SubobjType, Value);
 3854       Value = HandleIntToIntCast(Info, E, SubobjType, PromotedLHSType, LHS);
 3858       return HandleIntToFloatCast(Info, E, SubobjType, Value, PromotedLHSType,
 3862                                   Value);