Home
last modified time | relevance | path

Searched refs:Char16Ty (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/AST/
DBuiltinTypes.def76 UNSIGNED_TYPE(Char16, Char16Ty)
DASTContext.h899 CanQualType Char16Ty; // [C++0x 3.9.1p5], integer type in C99. variable
/external/clang/lib/Sema/
DSemaExprObjC.cpp331 NumberType = Context.Char16Ty; in BuildObjCNumericLiteral()
590 ValueType = Context.Char16Ty; in BuildObjCBoxedExpr()
DSemaInit.cpp42 return Context.typesAreCompatible(Context.Char16Ty, T) || in IsWideCharCompatible()
96 if (Context.typesAreCompatible(Context.Char16Ty, ElemTy)) in IsStringInit()
DSemaDeclCXX.cpp12002 Context.hasSameType(ParamType, Context.Char16Ty) || in CheckLiteralOperatorDeclaration()
12066 Context.hasSameType(InnerType, Context.Char16Ty) || in CheckLiteralOperatorDeclaration()
DSemaType.cpp1293 Result = Context.Char16Ty; in ConvertDeclSpecToType()
DSemaExpr.cpp1623 CharTy = Context.Char16Ty; in ActOnStringLiteral()
3138 Ty = Context.Char16Ty; // u'x' -> char16_t in C11 and C++11. in ActOnCharacterConstant()
DSemaOverload.cpp7232 &ASTContext::Char16Ty, in getArithmeticType()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp3373 getContext().Char16Ty, getContext().Char32Ty in EmitFundamentalRTTIDescriptors()
/external/clang/lib/AST/
DASTContext.cpp1046 InitBuiltinType(Char16Ty, BuiltinType::Char16); in InitBuiltinTypes()
1048 Char16Ty = getFromTargetType(Target.getChar16Type()); in InitBuiltinTypes()
/external/clang/lib/Serialization/
DASTReader.cpp6062 T = Context.Char16Ty; in GetType()