Home | History | Annotate | Download | only in Sema

Lines Matching refs:Char32Ty

1524     CharTy = Context.Char32Ty;
2976 Ty = Context.Char32Ty; // U'x' -> char32_t in C11 and C++11.