Home | History | Annotate | Download | only in Sema

Lines Matching refs:TST_char16

284     case TST_char16:
450 case DeclSpec::TST_char16: return "char16_t";
1135 if (TypeSpecType == TST_char16 || TypeSpecType == TST_char32)
1137 << (TypeSpecType == TST_char16 ? "char16_t" : "char32_t");