Home
last modified time | relevance | path

Searched refs:eBasicTypeWChar (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp98 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in WCharStringSummaryProvider()
195 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in WCharSummaryProvider()
H A DLibStdcpp.cpp295 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in LibStdcppWStringSummaryProvider()
H A DLibCxx.cpp577 ->GetBasicType(lldb::eBasicTypeWChar) in LibcxxWStringSummaryProvider()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-enumerations.h760 eBasicTypeWChar, enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp623 return lldb::eBasicTypeWChar; in GetCompilerTypeForSimpleKind()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1083 g_type_map.Append(ConstString("wchar_t"), eBasicTypeWChar); in GetBasicTypeEnumeration()
2055 case eBasicTypeWChar: in GetOpaqueCompilerType()