Home | History | Annotate | Download | only in Sema

Lines Matching refs:CharTy

1513   QualType CharTy = Context.CharTy;
1516 CharTy = Context.getWideCharType();
1521 CharTy = Context.Char16Ty;
1524 CharTy = Context.Char32Ty;
1527 CharTy = Context.UnsignedCharTy;
1530 QualType CharTyConst = CharTy;
1595 unsigned CharBits = Context.getIntWidth(CharTy);
1596 bool CharIsUnsigned = CharTy->isUnsignedIntegerType();
1599 TemplateArgument TypeArg(CharTy);
1600 TemplateArgumentLocInfo TypeArgInfo(Context.getTrivialTypeSourceInfo(CharTy));
1605 TemplateArgument Arg(Context, Value, CharTy);
2935 ResTy = Context.CharTy.withConst();
2980 Ty = Context.CharTy; // 'x' -> char in C++
3133 Context.CharTy.withConst(), llvm::APInt(32, Length + 1),
3147 unsigned CharBits = Context.getIntWidth(Context.CharTy);
3148 bool CharIsUnsigned = Context.CharTy->isUnsignedIntegerType();
3152 TemplateArgument Arg(Context, Value, Context.CharTy);
7226 << DiagRange << Ctx.CharTy;
8251 if (TypeSize == Context.getTypeSize(Context.CharTy))
8252 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements());