Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DBuiltinTypes.def79 UNSIGNED_TYPE(Char32, Char32Ty)
DASTContext.h886 CanQualType Char32Ty; // [C++0x 3.9.1p5], integer type in C99. variable
/external/clang/lib/Sema/
DSemaExprObjC.cpp337 NumberType = Context.Char32Ty; in BuildObjCNumericLiteral()
595 ValueType = Context.Char32Ty; in BuildObjCBoxedExpr()
DSemaInit.cpp42 Context.typesAreCompatible(Context.Char32Ty, T); in IsWideCharCompatible()
103 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy)) in IsStringInit()
DSemaDeclCXX.cpp11809 Context.hasSameType(T, Context.Char32Ty)) { in CheckLiteralOperatorDeclaration()
11839 Context.hasSameType(T, Context.Char32Ty))) in CheckLiteralOperatorDeclaration()
DSemaType.cpp1229 Result = Context.Char32Ty; in ConvertDeclSpecToType()
DSemaExpr.cpp1564 CharTy = Context.Char32Ty; in ActOnStringLiteral()
3075 Ty = Context.Char32Ty; // U'x' -> char32_t in C11 and C++11. in ActOnCharacterConstant()
DSemaOverload.cpp7185 &ASTContext::Char32Ty, in getArithmeticType()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp3335 getContext().Char32Ty, in EmitFundamentalRTTIDescriptors()
/external/clang/lib/AST/
DASTContext.cpp1051 InitBuiltinType(Char32Ty, BuiltinType::Char32); in InitBuiltinTypes()
1053 Char32Ty = getFromTargetType(Target.getChar32Type()); in InitBuiltinTypes()
/external/clang/lib/Serialization/
DASTReader.cpp6017 T = Context.Char32Ty; in GetType()