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.h885 CanQualType Char16Ty; // [C++0x 3.9.1p5], integer type in C99. variable
/external/clang/lib/Sema/
DSemaExprObjC.cpp333 NumberType = Context.Char16Ty; in BuildObjCNumericLiteral()
591 ValueType = Context.Char16Ty; in BuildObjCBoxedExpr()
DSemaInit.cpp41 return Context.typesAreCompatible(Context.Char16Ty, T) || in IsWideCharCompatible()
95 if (Context.typesAreCompatible(Context.Char16Ty, ElemTy)) in IsStringInit()
DSemaDeclCXX.cpp11808 Context.hasSameType(T, Context.Char16Ty) || in CheckLiteralOperatorDeclaration()
11838 Context.hasSameType(T, Context.Char16Ty) || in CheckLiteralOperatorDeclaration()
DSemaType.cpp1224 Result = Context.Char16Ty; in ConvertDeclSpecToType()
DSemaExpr.cpp1561 CharTy = Context.Char16Ty; in ActOnStringLiteral()
3073 Ty = Context.Char16Ty; // u'x' -> char16_t in C11 and C++11. in ActOnCharacterConstant()
DSemaOverload.cpp7184 &ASTContext::Char16Ty, in getArithmeticType()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp3334 getContext().LongDoubleTy, getContext().Char16Ty, 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.cpp6014 T = Context.Char16Ty; in GetType()