Searched refs:Char32Ty (Results 1 – 10 of 10) sorted by relevance
79 UNSIGNED_TYPE(Char32, Char32Ty)
681 CanQualType Char32Ty; // [C++0x 3.9.1p5], integer type in C99. variable
1008 Context.Char16Ty, Context.Char32Ty }; in EmitFundamentalRTTIDescriptors()
277 NumberType = Context.Char32Ty; in BuildObjCNumericLiteral()532 ValueType = Context.Char32Ty; in BuildObjCBoxedExpr()
633 Result = Context.Char32Ty; in ConvertDeclSpecToType()
9499 Context.hasSameType(T, Context.Char32Ty)) { in CheckLiteralOperatorDeclaration()9529 Context.hasSameType(T, Context.Char32Ty))) in CheckLiteralOperatorDeclaration()
1319 StrTy = Context.Char32Ty; in ActOnStringLiteral()2551 Ty = Context.Char32Ty; // U'x' -> char32_t in C11 and C++11. in ActOnCharacterConstant()
6430 &ASTContext::Char32Ty, in getArithmeticType()
781 InitBuiltinType(Char32Ty, BuiltinType::Char32); in InitBuiltinTypes()783 Char32Ty = getFromTargetType(Target.getChar32Type()); in InitBuiltinTypes()
4452 case PREDEF_TYPE_CHAR32_ID: T = Context.Char32Ty; break; in GetType()