Home | History | Annotate | Download | only in Sema

Lines Matching refs:CharTy

1208   QualType StrTy = Context.CharTy;
2405 ResTy = Context.CharTy.withConst();
2433 Ty = Context.CharTy; // 'x' -> char in C++
2586 Context.CharTy, llvm::APInt(32, Length + 1),
2601 unsigned CharBits = Context.getIntWidth(Context.CharTy);
2602 bool CharIsUnsigned = Context.CharTy->isUnsignedIntegerType();
2606 TemplateArgument Arg(Value, Context.CharTy);
6949 if (TypeSize == Context.getTypeSize(Context.CharTy))
6950 return Context.getExtVectorType(Context.CharTy, VTy->getNumElements());