Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def75 UNSIGNED_TYPE(Char8, Char8Ty)
H A DASTContext.h1124 CanQualType Char8Ty; // [C++20 proposal] variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1078 return GetType(ast.Char8Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()
1090 return GetType(ast.Char8Ty); in GetBuiltinTypeForDWARFEncodingAndBitSize()
2018 return ast->Char8Ty.getAsOpaquePtr(); in GetOpaqueCompilerType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp4552 getContext().Char8Ty, getContext().Char16Ty, in EmitFundamentalRTTIDescriptors()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16548 Context.hasSameType(ParamType, Context.Char8Ty) || in CheckLiteralOperatorDeclaration()
16614 Context.hasSameType(InnerType, Context.Char8Ty) || in CheckLiteralOperatorDeclaration()
H A DSemaType.cpp933 Result = Context.Char8Ty; in ConvertDeclSpecToType()
H A DSemaExpr.cpp2053 CharTy = Context.Char8Ty; in ActOnStringLiteral()
3536 Ty = Context.Char8Ty; // u8'x' -> char8_t when it exists. in ActOnCharacterConstant()
H A DSemaOverload.cpp8854 ArithmeticTypes.push_back(S.Context.Char8Ty); in InitArithmeticTypes()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7352 T = Context.Char8Ty; in GetType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1312 InitBuiltinType(Char8Ty, BuiltinType::Char8); in InitBuiltinTypes()