Home | History | Annotate | Download | only in Sema

Lines Matching defs:CharTy

2482     QualType CharTy = AT->getElementType();
2485 QualType PromotedCharTy = CharTy;
2486 if (CharTy->isPromotableIntegerType())
2487 PromotedCharTy = Context.getPromotedIntegerType(CharTy);
2503 if (CharTy != PromotedCharTy)
2504 Init = ImplicitCastExpr::Create(Context, CharTy, CK_IntegralCast,
2525 if (CharTy != PromotedCharTy)
2526 Init = ImplicitCastExpr::Create(Context, CharTy, CK_IntegralCast,