Searched refs:Char32Ty (Results 1 – 13 of 13) sorted by relevance
81 UNSIGNED_TYPE(Char32, Char32Ty)
1220 CanQualType Char32Ty; // [C++0x 3.9.1p5], integer type in C99. variable
148 ast.Char32Ty.getAsOpaquePtr()); in GetBuiltinTypeForPDBEncodingAndBitSize()
343 NumberType = Context.Char32Ty; in BuildObjCNumericLiteral()632 ValueType = Context.Char32Ty; in BuildObjCBoxedExpr()
53 Context.typesAreCompatible(Context.Char32Ty, T); in IsWideCharCompatible()136 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy)) in IsStringInit()
17026 Context.hasSameType(ParamType, Context.Char32Ty)) { in CheckLiteralOperatorDeclaration()17092 Context.hasSameType(InnerType, Context.Char32Ty))) { in CheckLiteralOperatorDeclaration()
954 Result = Context.Char32Ty; in ConvertDeclSpecToType()
2170 CharTy = Context.Char32Ty; in ActOnStringLiteral()3588 Ty = Context.Char32Ty; // U'x' -> char32_t in C11 and C++11. in ActOnCharacterConstant()
9314 ArithmeticTypes.push_back(S.Context.Char32Ty); in InitArithmeticTypes()
1105 return GetType(ast.Char32Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()1111 return GetType(ast.Char32Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()2041 return ast->Char32Ty.getAsOpaquePtr(); in GetOpaqueCompilerType()
4600 getContext().Char32Ty in EmitFundamentalRTTIDescriptors()
1377 InitBuiltinType(Char32Ty, BuiltinType::Char32); in InitBuiltinTypes()1379 Char32Ty = getFromTargetType(Target.getChar32Type()); in InitBuiltinTypes()
7701 T = Context.Char32Ty; in GetType()