Home
last modified time | relevance | path

Searched refs:Char8Ty (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DBuiltinTypes.def75 UNSIGNED_TYPE(Char8, Char8Ty)
DASTContext.h967 CanQualType Char8Ty; // [C++20 proposal] variable
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp1138 return GetType(ast.Char8Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1150 return GetType(ast.Char8Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()
/external/llvm-project/clang/lib/CodeGen/
DItaniumCXXABI.cpp4074 getContext().Char8Ty, getContext().Char16Ty, in EmitFundamentalRTTIDescriptors()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp15648 Context.hasSameType(ParamType, Context.Char8Ty) || in CheckLiteralOperatorDeclaration()
15714 Context.hasSameType(InnerType, Context.Char8Ty) || in CheckLiteralOperatorDeclaration()
DSemaType.cpp1334 Result = Context.Char8Ty; in ConvertDeclSpecToType()
DSemaExpr.cpp1811 CharTy = Context.Char8Ty; in ActOnStringLiteral()
3546 Ty = Context.Char8Ty; // u8'x' -> char8_t when it exists. in ActOnCharacterConstant()
DSemaOverload.cpp8209 ArithmeticTypes.push_back(S.Context.Char8Ty); in InitArithmeticTypes()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp1347 InitBuiltinType(Char8Ty, BuiltinType::Char8); in InitBuiltinTypes()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp6957 T = Context.Char8Ty; in GetType()