Searched refs:WideCharTy (Results 1 – 5 of 5) 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()
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()