Home | History | Annotate | Download | only in Sema

Lines Matching full:char32ty

1564     CharTy = Context.Char32Ty;
3075 Ty = Context.Char32Ty; // U'x' -> char32_t in C11 and C++11.