Home | History | Annotate | Download | only in Sema

Lines Matching refs:Char16Ty

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