Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDBuiltinTypes.def81 UNSIGNED_TYPE(Char32, Char32Ty)
HDASTContext.h1126 CanQualType Char32Ty; // [C++0x 3.9.1p5], integer type in C99. variable
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp148 ast.Char32Ty.getAsOpaquePtr()); in GetBuiltinTypeForPDBEncodingAndBitSize()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaExprObjC.cpp345 NumberType = Context.Char32Ty; in BuildObjCNumericLiteral()
637 ValueType = Context.Char32Ty; in BuildObjCBoxedExpr()
HDSemaInit.cpp56 Context.typesAreCompatible(Context.Char32Ty, T); in IsWideCharCompatible()
138 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy)) in IsStringInit()
HDSemaDeclCXX.cpp16550 Context.hasSameType(ParamType, Context.Char32Ty)) { in CheckLiteralOperatorDeclaration()
16616 Context.hasSameType(InnerType, Context.Char32Ty))) { in CheckLiteralOperatorDeclaration()
HDSemaType.cpp943 Result = Context.Char32Ty; in ConvertDeclSpecToType()
HDSemaExpr.cpp2061 CharTy = Context.Char32Ty; in ActOnStringLiteral()
3540 Ty = Context.Char32Ty; // U'x' -> char32_t in C11 and C++11. in ActOnCharacterConstant()
HDSemaOverload.cpp8856 ArithmeticTypes.push_back(S.Context.Char32Ty); in InitArithmeticTypes()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp1082 return GetType(ast.Char32Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1088 return GetType(ast.Char32Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2022 return ast->Char32Ty.getAsOpaquePtr(); in GetOpaqueCompilerType()
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDItaniumCXXABI.cpp4553 getContext().Char32Ty in EmitFundamentalRTTIDescriptors()
/freebsd-head/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp1320 InitBuiltinType(Char32Ty, BuiltinType::Char32); in InitBuiltinTypes()
1322 Char32Ty = getFromTargetType(Target.getChar32Type()); in InitBuiltinTypes()
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp7358 T = Context.Char32Ty; in GetType()