Searched refs:WideCharTy (Results 1 – 10 of 10) sorted by relevance
542 return ArgType(Ctx.WideCharTy, "wchar_t"); in getArgType()
897 CanQualType WideCharTy; // Same as WCharTy in C++, integer type in C99. variable1346 QualType getWideCharType() const { return WideCharTy; } in getWideCharType()
652 return ArgType(Ctx.WideCharTy, "wchar_t"); in getScalarArgType()
1338 WideCharTy = WCharTy; in InitBuiltinTypes()1341 WideCharTy = getFromTargetType(Target.getWCharType()); in InitBuiltinTypes()
965 CanQualType WideCharTy; // Same as WCharTy in C++, integer type in C99. variable1599 QualType getWideCharType() const { return WideCharTy; } in getWideCharType()
1037 WideCharTy = WCharTy; in InitBuiltinTypes()1040 WideCharTy = getFromTargetType(Target.getWCharType()); in InitBuiltinTypes()
12001 Context.hasSameType(ParamType, Context.WideCharTy) || in CheckLiteralOperatorDeclaration()12065 Context.hasSameType(InnerType, Context.WideCharTy) || in CheckLiteralOperatorDeclaration()
3086 ResTy = Context.WideCharTy.withConst(); in BuildPredefinedExpr()3136 Ty = Context.WideCharTy; // L'x' -> wchar_t in C and C++. in ActOnCharacterConstant()
15647 Context.hasSameType(ParamType, Context.WideCharTy) || in CheckLiteralOperatorDeclaration()15713 Context.hasSameType(InnerType, Context.WideCharTy) || in CheckLiteralOperatorDeclaration()
3491 Context.adjustStringLiteralBaseType(Context.WideCharTy.withConst()); in BuildPredefinedExpr()3544 Ty = Context.WideCharTy; // L'x' -> wchar_t in C and C++. in ActOnCharacterConstant()