Searched refs:Char32Ty (Results 1 – 13 of 13) sorted by relevance
81 UNSIGNED_TYPE(Char32, Char32Ty)
1126 CanQualType Char32Ty; // [C++0x 3.9.1p5], integer type in C99. variable
148 ast.Char32Ty.getAsOpaquePtr()); in GetBuiltinTypeForPDBEncodingAndBitSize()
345 NumberType = Context.Char32Ty; in BuildObjCNumericLiteral()637 ValueType = Context.Char32Ty; in BuildObjCBoxedExpr()
56 Context.typesAreCompatible(Context.Char32Ty, T); in IsWideCharCompatible()138 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy)) in IsStringInit()
16550 Context.hasSameType(ParamType, Context.Char32Ty)) { in CheckLiteralOperatorDeclaration() 16616 Context.hasSameType(InnerType, Context.Char32Ty))) { in CheckLiteralOperatorDeclaration()
943 Result = Context.Char32Ty; in ConvertDeclSpecToType()
2061 CharTy = Context.Char32Ty; in ActOnStringLiteral()3540 Ty = Context.Char32Ty; // U'x' -> char32_t in C11 and C++11. in ActOnCharacterConstant()
8856 ArithmeticTypes.push_back(S.Context.Char32Ty); in InitArithmeticTypes()
1082 return GetType(ast.Char32Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()1088 return GetType(ast.Char32Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()2022 return ast->Char32Ty.getAsOpaquePtr(); in GetOpaqueCompilerType()
4553 getContext().Char32Ty in EmitFundamentalRTTIDescriptors()
1320 InitBuiltinType(Char32Ty, BuiltinType::Char32); in InitBuiltinTypes()1322 Char32Ty = getFromTargetType(Target.getChar32Type()); in InitBuiltinTypes()
7358 T = Context.Char32Ty; in GetType()