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.h900 CanQualType Char32Ty; // [C++0x 3.9.1p5], integer type in C99. variable
/external/clang/lib/Sema/
DSemaExprObjC.cpp335 NumberType = Context.Char32Ty; in BuildObjCNumericLiteral()
594 ValueType = Context.Char32Ty; in BuildObjCBoxedExpr()
DSemaInit.cpp43 Context.typesAreCompatible(Context.Char32Ty, T); in IsWideCharCompatible()
104 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy)) in IsStringInit()
DSemaDeclCXX.cpp12003 Context.hasSameType(ParamType, Context.Char32Ty)) { in CheckLiteralOperatorDeclaration()
12067 Context.hasSameType(InnerType, Context.Char32Ty))) { in CheckLiteralOperatorDeclaration()
DSemaType.cpp1298 Result = Context.Char32Ty; in ConvertDeclSpecToType()
DSemaExpr.cpp1626 CharTy = Context.Char32Ty; in ActOnStringLiteral()
3140 Ty = Context.Char32Ty; // U'x' -> char32_t in C11 and C++11. in ActOnCharacterConstant()
DSemaOverload.cpp7233 &ASTContext::Char32Ty, in getArithmeticType()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp3373 getContext().Char16Ty, 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.cpp6065 T = Context.Char32Ty; in GetType()