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

/external/clang/lib/CodeGen/
H A DCGRTTI.cpp974 Context.Char16Ty, Context.Char32Ty };
/external/clang/include/clang/AST/
H A DASTContext.h746 CanQualType Char32Ty; // [C++0x 3.9.1p5], integer type in C99. member in class:clang::ASTContext
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp277 NumberType = Context.Char32Ty;
532 ValueType = Context.Char32Ty;
H A DSemaInit.cpp42 Context.typesAreCompatible(Context.Char32Ty, T);
103 if (Context.typesAreCompatible(Context.Char32Ty, ElemTy))
H A DSemaDeclCXX.cpp10584 Context.hasSameType(T, Context.Char32Ty)) {
10614 Context.hasSameType(T, Context.Char32Ty)))
H A DSemaType.cpp766 Result = Context.Char32Ty;
H A DSemaExpr.cpp1495 StrTy = Context.Char32Ty;
2822 Ty = Context.Char32Ty; // U'x' -> char32_t in C11 and C++11.
H A DSemaOverload.cpp6641 &ASTContext::Char32Ty,
/external/clang/lib/AST/
H A DASTContext.cpp950 InitBuiltinType(Char32Ty, BuiltinType::Char32);
952 Char32Ty = getFromTargetType(Target.getChar32Type());
/external/clang/lib/Serialization/
H A DASTReader.cpp5237 case PREDEF_TYPE_CHAR32_ID: T = Context.Char32Ty; break;

Completed in 308 milliseconds