Home | History | Annotate | Download | only in Sema

Lines Matching refs:Char16Ty

1212     StrTy = Context.Char16Ty;
2427 Ty = Context.Char16Ty; // u'x' -> char16_t in C11 and C++11.