Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DBuiltinTypes.def81 UNSIGNED_TYPE(Char32, Char32Ty)
H A DASTContext.h1009 CanQualType Char32Ty; // [C++0x 3.9.1p5], integer type in C99. variable
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp337 NumberType = Context.Char32Ty; in BuildObjCNumericLiteral()
627 ValueType = Context.Char32Ty; in BuildObjCBoxedExpr()
H A DSemaInit.cpp45 Context.typesAreCompatible(Context.Char32Ty, T); in IsWideCharCompatible()
117 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy)) in IsStringInit()
H A DSemaDeclCXX.cpp15724 Context.hasSameType(ParamType, Context.Char32Ty)) { in CheckLiteralOperatorDeclaration()
15790 Context.hasSameType(InnerType, Context.Char32Ty))) { in CheckLiteralOperatorDeclaration()
H A DSemaType.cpp1324 Result = Context.Char32Ty; in ConvertDeclSpecToType()
H A DSemaExpr.cpp1814 CharTy = Context.Char32Ty; in ActOnStringLiteral()
3546 Ty = Context.Char32Ty; // U'x' -> char32_t in C11 and C++11. in ActOnCharacterConstant()
H A DSemaOverload.cpp8208 ArithmeticTypes.push_back(S.Context.Char32Ty); in InitArithmeticTypes()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4171 getContext().Char32Ty in EmitFundamentalRTTIDescriptors()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1367 InitBuiltinType(Char32Ty, BuiltinType::Char32); in InitBuiltinTypes()
1369 Char32Ty = getFromTargetType(Target.getChar32Type()); in InitBuiltinTypes()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp6990 T = Context.Char32Ty; in GetType()