Home | History | Annotate | Download | only in Sema

Lines Matching refs:Wide

35 /// \brief Check whether T is compatible with a wide character type (wchar_t,
91 // version of wchar_t, char16_t, or char32_t may be initialized by a wide
110 case StringLiteral::Wide:
6824 OS << "array requires initializer list or wide string literal";
6828 OS << "narrow string into wide char array";
6832 OS << "wide string into char array";
6836 OS << "incompatible wide string into wide char array";