Lines Matching refs:CharTy

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