Lines Matching full:charty
2396 QualType CharTy = AT->getElementType();
2399 QualType PromotedCharTy = CharTy;
2400 if (CharTy->isPromotableIntegerType())
2401 PromotedCharTy = Context.getPromotedIntegerType(CharTy);
2417 if (CharTy != PromotedCharTy)
2418 Init = ImplicitCastExpr::Create(Context, CharTy, CK_IntegralCast,
2439 if (CharTy != PromotedCharTy)
2440 CharTy, CK_IntegralCast,