Home | History | Annotate | Download | only in Sema

Lines Matching refs:CharTy

2224     QualType CharTy = AT->getElementType();
2227 QualType PromotedCharTy = CharTy;
2228 if (CharTy->isPromotableIntegerType())
2229 PromotedCharTy = Context.getPromotedIntegerType(CharTy);
2245 if (CharTy != PromotedCharTy)
2246 Init = ImplicitCastExpr::Create(Context, CharTy, CK_IntegralCast,
2267 if (CharTy != PromotedCharTy)
2268 Init = ImplicitCastExpr::Create(Context, CharTy, CK_IntegralCast,