Home | History | Annotate | Download | only in Sema

Lines Matching full:wchar_t

2818     Ty = Context.WideCharTy; // L'x' -> wchar_t in C and C++.
10491 // (or wchar_t*), then there was no error (C++ 4.2p2). FIXME: