Lines Matching defs:CharTy
9517 QualType CharTy = Info.Ctx.CharTy.withConst();
9521 CharTy, Size, nullptr, ArraySizeModifier::Normal, 0);
9994 QualType CharTy = Result.Designator.getType(Info.Ctx);
9999 CharTy, E->getArg(0)->getType()->getPointeeType()));
10001 if (IsRawByte && CharTy->isIncompleteType()) {
10002 Info.FFDiag(E, diag::note_constexpr_ltor_incomplete_type) << CharTy;
10007 if (IsRawByte && !isOneByteCharacterType(CharTy)) {
10009 << Info.Ctx.BuiltinInfo.getQuotedName(BuiltinOp) << CharTy;
10021 if (!APSInt::isSameValue(HandleIntToIntCast(Info, E, CharTy,
10050 if (!handleLValueToRValueConversion(Info, E, CharTy, Result, Char) ||
10057 if (!HandleLValueArrayAdjustment(Info, E, Result, CharTy, 1))
17852 QualType CharTy = E->getType()->getPointeeType();
17862 Info.Ctx.hasSameUnqualifiedType(CharTy, Info.Ctx.CharTy)) {
17881 if (!handleLValueToRValueConversion(Info, E, CharTy, String, Char) ||
17889 if (!HandleLValueArrayAdjustment(Info, E, String, CharTy, 1))
17923 QualType CharTy = PtrExpression->getType()->getPointeeType();
17926 if (!handleLValueToRValueConversion(Info, PtrExpression, CharTy, String,
17932 if (!HandleLValueArrayAdjustment(Info, PtrExpression, String, CharTy, 1))