Lines Matching defs:CharTy

2046   QualType CharTy = Context.CharTy;
2049 CharTy = Context.getWideCharType();
2053 CharTy = Context.Char8Ty;
2055 CharTy = Context.UnsignedCharTy;
2058 CharTy = Context.Char16Ty;
2061 CharTy = Context.Char32Ty;
2064 CharTy = Context.UnsignedCharTy;
2099 Context.getStringLiteralArrayType(CharTy, Literal.GetNumStringChars());
2159 unsigned CharBits = Context.getIntWidth(CharTy);
2160 bool CharIsUnsigned = CharTy->isUnsignedIntegerType();
2163 TemplateArgument TypeArg(CharTy);
2164 TemplateArgumentLocInfo TypeArgInfo(Context.getTrivialTypeSourceInfo(CharTy));
2169 TemplateArgument Arg(Context, Value, CharTy);
3501 ResTy = Context.adjustStringLiteralBaseType(Context.CharTy.withConst());
3544 Ty = Context.CharTy; // 'x' -> char in C++;
3742 Context.adjustStringLiteralBaseType(Context.CharTy.withConst()),
3757 unsigned CharBits = Context.getIntWidth(Context.CharTy);
3758 bool CharIsUnsigned = Context.CharTy->isUnsignedIntegerType();
3762 TemplateArgument Arg(Context, Value, Context.CharTy);
3925 Ty = Context.CharTy;
10815 << DiagRange << Ctx.CharTy;
12029 if (T == Context.CharTy)
12534 if (TypeSize == Context.getTypeSize(Context.CharTy))
12535 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements());
12564 assert(TypeSize == Context.getTypeSize(Context.CharTy) &&
12566 return Context.getVectorType(Context.CharTy, VTy->getNumElements(),
16498 S.Context.getPointerType(S.Context.CharTy.withConst()))
16503 S.Context.getPointerType(S.Context.CharTy.withConst()))
16536 QualType ArrTy = Context.getStringLiteralArrayType(Context.CharTy, 0);