reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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,