Home
last modified time | relevance | path

Searched refs:Char32Ty (Results 1 – 25 of 25) 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/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def81 UNSIGNED_TYPE(Char32, Char32Ty)
DASTContext.h969 CanQualType Char32Ty; // [C++0x 3.9.1p5], integer type in C99. variable
/external/llvm-project/lldb/unittests/Symbol/
DTestTypeSystemClang.cpp59 context.Char32Ty)); in TEST_F()
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp138 return CompilerType(&clang_ast, ast.Char32Ty.getAsOpaquePtr()); in GetBuiltinTypeForPDBEncodingAndBitSize()
/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/llvm-project/clang/lib/Sema/
DSemaExprObjC.cpp337 NumberType = Context.Char32Ty; in BuildObjCNumericLiteral()
627 ValueType = Context.Char32Ty; in BuildObjCBoxedExpr()
DSemaInit.cpp44 Context.typesAreCompatible(Context.Char32Ty, T); in IsWideCharCompatible()
116 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy)) in IsStringInit()
DSemaDeclCXX.cpp15650 Context.hasSameType(ParamType, Context.Char32Ty)) { in CheckLiteralOperatorDeclaration()
15716 Context.hasSameType(InnerType, Context.Char32Ty))) { in CheckLiteralOperatorDeclaration()
DSemaType.cpp1344 Result = Context.Char32Ty; in ConvertDeclSpecToType()
DSemaExpr.cpp1817 CharTy = Context.Char32Ty; in ActOnStringLiteral()
3550 Ty = Context.Char32Ty; // U'x' -> char32_t in C11 and C++11. in ActOnCharacterConstant()
DSemaOverload.cpp8211 ArithmeticTypes.push_back(S.Context.Char32Ty); in InitArithmeticTypes()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp1142 return GetType(ast.Char32Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1148 return GetType(ast.Char32Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1918 return ast->Char32Ty.getAsOpaquePtr(); in GetOpaqueCompilerType()
/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/llvm-project/clang/lib/CodeGen/
DItaniumCXXABI.cpp4075 getContext().Char32Ty in EmitFundamentalRTTIDescriptors()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp1355 InitBuiltinType(Char32Ty, BuiltinType::Char32); in InitBuiltinTypes()
1357 Char32Ty = getFromTargetType(Target.getChar32Type()); in InitBuiltinTypes()
/external/clang/lib/Serialization/
DASTReader.cpp6065 T = Context.Char32Ty; in GetType()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp6963 T = Context.Char32Ty; in GetType()