Home | History | Annotate | Download | only in Sema

Lines Matching full:char16ty

1561     CharTy = Context.Char16Ty;
3073 Ty = Context.Char16Ty; // u'x' -> char16_t in C11 and C++11.