Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DBuiltinTypes.def79 UNSIGNED_TYPE(Char32, Char32Ty)
DASTContext.h796 CanQualType Char32Ty; // [C++0x 3.9.1p5], integer type in C99. variable
/external/lldb/source/Symbol/
DClangASTContext.cpp731 clang_type = ast->Char32Ty.getAsOpaquePtr(); in GetBasicType()
1001 return ClangASTType (ast, ast->Char32Ty.getAsOpaquePtr()); in GetBuiltinTypeForDWARFEncodingAndBitSize()
/external/clang/lib/Sema/
DSemaExprObjC.cpp282 NumberType = Context.Char32Ty; in BuildObjCNumericLiteral()
556 ValueType = Context.Char32Ty; in BuildObjCBoxedExpr()
DSemaInit.cpp42 Context.typesAreCompatible(Context.Char32Ty, T); in IsWideCharCompatible()
103 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy)) in IsStringInit()
DSemaType.cpp751 Result = Context.Char32Ty; in ConvertDeclSpecToType()
DSemaDeclCXX.cpp11768 Context.hasSameType(T, Context.Char32Ty)) { in CheckLiteralOperatorDeclaration()
11798 Context.hasSameType(T, Context.Char32Ty))) in CheckLiteralOperatorDeclaration()
DSemaExpr.cpp1530 CharTy = Context.Char32Ty; in ActOnStringLiteral()
3081 Ty = Context.Char32Ty; // U'x' -> char32_t in C11 and C++11. in ActOnCharacterConstant()
DSemaOverload.cpp7093 &ASTContext::Char32Ty, in getArithmeticType()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp3136 getContext().Char32Ty, in EmitFundamentalRTTIDescriptors()
/external/clang/lib/AST/
DASTContext.cpp992 InitBuiltinType(Char32Ty, BuiltinType::Char32); in InitBuiltinTypes()
994 Char32Ty = getFromTargetType(Target.getChar32Type()); in InitBuiltinTypes()
/external/clang/lib/Serialization/
DASTReader.cpp6008 case PREDEF_TYPE_CHAR32_ID: T = Context.Char32Ty; break; in GetType()