reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3282 Ty = Context.WideCharTy; // L'x' -> wchar_t in C and C++. 3284 Ty = Context.Char8Ty; // u8'x' -> char8_t when it exists. 3286 Ty = Context.Char16Ty; // u'x' -> char16_t in C11 and C++11. 3288 Ty = Context.Char32Ty; // U'x' -> char32_t in C11 and C++11. 3290 Ty = Context.IntTy; // 'x' -> int in C, 'wxyz' -> int in C++. 3292 Ty = Context.CharTy; // 'x' -> char in C++ 3304 Expr *Lit = new (Context) CharacterLiteral(Literal.getValue(), Kind, Ty,