Searched refs:Char16Ty (Results 1 – 11 of 11) sorted by relevance
76 UNSIGNED_TYPE(Char16, Char16Ty)
899 CanQualType Char16Ty; // [C++0x 3.9.1p5], integer type in C99. variable
331 NumberType = Context.Char16Ty; in BuildObjCNumericLiteral()590 ValueType = Context.Char16Ty; in BuildObjCBoxedExpr()
42 return Context.typesAreCompatible(Context.Char16Ty, T) || in IsWideCharCompatible()96 if (Context.typesAreCompatible(Context.Char16Ty, ElemTy)) in IsStringInit()
12002 Context.hasSameType(ParamType, Context.Char16Ty) || in CheckLiteralOperatorDeclaration()12066 Context.hasSameType(InnerType, Context.Char16Ty) || in CheckLiteralOperatorDeclaration()
1293 Result = Context.Char16Ty; in ConvertDeclSpecToType()
1623 CharTy = Context.Char16Ty; in ActOnStringLiteral()3138 Ty = Context.Char16Ty; // u'x' -> char16_t in C11 and C++11. in ActOnCharacterConstant()
7232 &ASTContext::Char16Ty, in getArithmeticType()
3373 getContext().Char16Ty, getContext().Char32Ty in EmitFundamentalRTTIDescriptors()
1046 InitBuiltinType(Char16Ty, BuiltinType::Char16); in InitBuiltinTypes()1048 Char16Ty = getFromTargetType(Target.getChar16Type()); in InitBuiltinTypes()
6062 T = Context.Char16Ty; in GetType()