Lines Matching defs:CharTy
9179 QualType CharTy = Info.Ctx.CharTy.withConst();
9183 CharTy, Size, nullptr, ArraySizeModifier::Normal, 0);
9660 QualType CharTy = Result.Designator.getType(Info.Ctx);
9665 CharTy, E->getArg(0)->getType()->getPointeeType()));
9667 if (IsRawByte && CharTy->isIncompleteType()) {
9668 Info.FFDiag(E, diag::note_constexpr_ltor_incomplete_type) << CharTy;
9673 if (IsRawByte && !isOneByteCharacterType(CharTy)) {
9676 << CharTy;
9688 if (!APSInt::isSameValue(HandleIntToIntCast(Info, E, CharTy,
9717 if (!handleLValueToRValueConversion(Info, E, CharTy, Result, Char) ||
9724 if (!HandleLValueArrayAdjustment(Info, E, Result, CharTy, 1))
17062 QualType CharTy = E->getType()->getPointeeType();
17072 Info.Ctx.hasSameUnqualifiedType(CharTy, Info.Ctx.CharTy)) {
17091 if (!handleLValueToRValueConversion(Info, E, CharTy, String, Char) ||
17099 if (!HandleLValueArrayAdjustment(Info, E, String, CharTy, 1))
17133 QualType CharTy = PtrExpression->getType()->getPointeeType();
17136 if (!handleLValueToRValueConversion(Info, PtrExpression, CharTy, String,
17142 if (!HandleLValueArrayAdjustment(Info, PtrExpression, String, CharTy, 1))