Home | History | Annotate | Download | only in Sema

Lines Matching refs:Char32Ty

1367     StrTy = Context.Char32Ty;
2654 Ty = Context.Char32Ty; // U'x' -> char32_t in C11 and C++11.