Home | History | Annotate | Download | only in Sema

Lines Matching full:char32_t

386   case DeclSpec::TST_char32:      return "char32_t";
907 << (TypeSpecType == TST_char16 ? "char16_t" : "char32_t");