Searched refs:Char16Ty (Results 1 – 11 of 11) sorted by relevance
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 76 UNSIGNED_TYPE(Char16, Char16Ty)
|
D | ASTContext.h | 885 CanQualType Char16Ty; // [C++0x 3.9.1p5], integer type in C99. variable
|
/external/clang/lib/Sema/ |
D | SemaExprObjC.cpp | 333 NumberType = Context.Char16Ty; in BuildObjCNumericLiteral() 591 ValueType = Context.Char16Ty; in BuildObjCBoxedExpr()
|
D | SemaInit.cpp | 41 return Context.typesAreCompatible(Context.Char16Ty, T) || in IsWideCharCompatible() 95 if (Context.typesAreCompatible(Context.Char16Ty, ElemTy)) in IsStringInit()
|
D | SemaDeclCXX.cpp | 11808 Context.hasSameType(T, Context.Char16Ty) || in CheckLiteralOperatorDeclaration() 11838 Context.hasSameType(T, Context.Char16Ty) || in CheckLiteralOperatorDeclaration()
|
D | SemaType.cpp | 1224 Result = Context.Char16Ty; in ConvertDeclSpecToType()
|
D | SemaExpr.cpp | 1561 CharTy = Context.Char16Ty; in ActOnStringLiteral() 3073 Ty = Context.Char16Ty; // u'x' -> char16_t in C11 and C++11. in ActOnCharacterConstant()
|
D | SemaOverload.cpp | 7184 &ASTContext::Char16Ty, in getArithmeticType()
|
/external/clang/lib/CodeGen/ |
D | ItaniumCXXABI.cpp | 3334 getContext().LongDoubleTy, getContext().Char16Ty, in EmitFundamentalRTTIDescriptors()
|
/external/clang/lib/AST/ |
D | ASTContext.cpp | 1046 InitBuiltinType(Char16Ty, BuiltinType::Char16); in InitBuiltinTypes() 1048 Char16Ty = getFromTargetType(Target.getChar16Type()); in InitBuiltinTypes()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 6014 T = Context.Char16Ty; in GetType()
|