Home | History | Annotate | Download | only in Sema

Lines Matching refs:WideCharTy

2933       ResTy = Context.WideCharTy.withConst();
2972 Ty = Context.WideCharTy; // L'x' -> wchar_t in C and C++.