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

References

tools/clang/lib/Sema/SemaInit.cpp
 2865     QualType PromotedCharTy = CharTy;
 2866     if (CharTy->isPromotableIntegerType())
 2867       PromotedCharTy = Context.getPromotedIntegerType(CharTy);
 2883         if (CharTy != PromotedCharTy)
 2884           Init = ImplicitCastExpr::Create(Context, CharTy, CK_IntegralCast,
 2905         if (CharTy != PromotedCharTy)
 2906           Init = ImplicitCastExpr::Create(Context, CharTy, CK_IntegralCast,