Lines Matching defs:CharTy

2077   QualType CharTy = Context.CharTy;
2080 CharTy = Context.getWideCharType();
2084 CharTy = Context.Char8Ty;
2086 CharTy = Context.UnsignedCharTy;
2089 CharTy = Context.Char16Ty;
2092 CharTy = Context.Char32Ty;
2095 CharTy = Context.UnsignedCharTy;
2130 Context.getStringLiteralArrayType(CharTy, Literal.GetNumStringChars());
2190 unsigned CharBits = Context.getIntWidth(CharTy);
2191 bool CharIsUnsigned = CharTy->isUnsignedIntegerType();
2194 TemplateArgument TypeArg(CharTy);
2195 TemplateArgumentLocInfo TypeArgInfo(Context.getTrivialTypeSourceInfo(CharTy));
2200 TemplateArgument Arg(Context, Value, CharTy);
3534 ResTy = Context.adjustStringLiteralBaseType(Context.CharTy.withConst());
3577 Ty = Context.CharTy; // 'x' -> char in C++;
3776 Context.adjustStringLiteralBaseType(Context.CharTy.withConst()),
3791 unsigned CharBits = Context.getIntWidth(Context.CharTy);
3792 bool CharIsUnsigned = Context.CharTy->isUnsignedIntegerType();
3796 TemplateArgument Arg(Context, Value, Context.CharTy);
3958 Ty = Context.CharTy;
10934 << DiagRange << Ctx.CharTy;
12208 if (T == Context.CharTy)
12714 if (TypeSize == Context.getTypeSize(Context.CharTy))
12715 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements());
12744 assert(TypeSize == Context.getTypeSize(Context.CharTy) &&
12746 return Context.getVectorType(Context.CharTy, VTy->getNumElements(),
16745 S.Context.getPointerType(S.Context.CharTy.withConst()))
16750 S.Context.getPointerType(S.Context.CharTy.withConst()))
16783 QualType ArrTy = Context.getStringLiteralArrayType(Context.CharTy, 0);