Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DBuiltinTypes.def79 UNSIGNED_TYPE(Char32, Char32Ty)
DASTContext.h681 CanQualType Char32Ty; // [C++0x 3.9.1p5], integer type in C99. variable
/external/clang/lib/CodeGen/
DCGRTTI.cpp1008 Context.Char16Ty, Context.Char32Ty }; in EmitFundamentalRTTIDescriptors()
/external/clang/lib/Sema/
DSemaExprObjC.cpp277 NumberType = Context.Char32Ty; in BuildObjCNumericLiteral()
532 ValueType = Context.Char32Ty; in BuildObjCBoxedExpr()
DSemaType.cpp633 Result = Context.Char32Ty; in ConvertDeclSpecToType()
DSemaDeclCXX.cpp9499 Context.hasSameType(T, Context.Char32Ty)) { in CheckLiteralOperatorDeclaration()
9529 Context.hasSameType(T, Context.Char32Ty))) in CheckLiteralOperatorDeclaration()
DSemaExpr.cpp1319 StrTy = Context.Char32Ty; in ActOnStringLiteral()
2551 Ty = Context.Char32Ty; // U'x' -> char32_t in C11 and C++11. in ActOnCharacterConstant()
DSemaOverload.cpp6430 &ASTContext::Char32Ty, in getArithmeticType()
/external/clang/lib/AST/
DASTContext.cpp781 InitBuiltinType(Char32Ty, BuiltinType::Char32); in InitBuiltinTypes()
783 Char32Ty = getFromTargetType(Target.getChar32Type()); in InitBuiltinTypes()
/external/clang/lib/Serialization/
DASTReader.cpp4452 case PREDEF_TYPE_CHAR32_ID: T = Context.Char32Ty; break; in GetType()