Home
last modified time | relevance | path

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

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