Searched refs:Char8Ty (Results 1 – 10 of 10) sorted by relevance
75 UNSIGNED_TYPE(Char8, Char8Ty)
967 CanQualType Char8Ty; // [C++20 proposal] variable
1138 return GetType(ast.Char8Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()1150 return GetType(ast.Char8Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()
4074 getContext().Char8Ty, getContext().Char16Ty, in EmitFundamentalRTTIDescriptors()
15648 Context.hasSameType(ParamType, Context.Char8Ty) || in CheckLiteralOperatorDeclaration()15714 Context.hasSameType(InnerType, Context.Char8Ty) || in CheckLiteralOperatorDeclaration()
1334 Result = Context.Char8Ty; in ConvertDeclSpecToType()
1811 CharTy = Context.Char8Ty; in ActOnStringLiteral()3546 Ty = Context.Char8Ty; // u8'x' -> char8_t when it exists. in ActOnCharacterConstant()
8209 ArithmeticTypes.push_back(S.Context.Char8Ty); in InitArithmeticTypes()
1347 InitBuiltinType(Char8Ty, BuiltinType::Char8); in InitBuiltinTypes()
6957 T = Context.Char8Ty; in GetType()