Searched refs:WideCharTy (Results 1 – 7 of 7) sorted by relevance
462 T == C.WideCharTy) in matchesType()472 if (T != C.WCharTy && T != C.WideCharTy) in matchesType()
655 return ArgType(Ctx.WideCharTy, "wchar_t"); in getScalarArgType()
1339 WideCharTy = WCharTy; in InitBuiltinTypes()1342 WideCharTy = getFromTargetType(Target.getWCharType()); in InitBuiltinTypes()
86 : Ctx.WideCharTy); in getCharPtrType()391 if (ER->getValueType() != Ctx.WideCharTy) in CheckLocation()397 .makeIntVal(Ctx.getTypeSizeInChars(Ctx.WideCharTy).getQuantity(), in CheckLocation()
1081 CanQualType WideCharTy; // Same as WCharTy in C++, integer type in C99. variable1747 QualType getWideCharType() const { return WideCharTy; } in getWideCharType()
16216 Context.hasSameType(ParamType, Context.WideCharTy) || in CheckLiteralOperatorDeclaration()16282 Context.hasSameType(InnerType, Context.WideCharTy) || in CheckLiteralOperatorDeclaration()
3561 Context.adjustStringLiteralBaseType(Context.WideCharTy.withConst()); in BuildPredefinedExpr()3636 Ty = Context.WideCharTy; // L'x' -> wchar_t in C and C++. in ActOnCharacterConstant()