Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp120 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in WCharStringSummaryProvider()
180 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in WCharSummaryProvider()
H A DLibStdcpp.cpp310 valobj.GetCompilerType().GetBasicTypeFromAST(lldb::eBasicTypeWChar); in LibStdcppWStringSummaryProvider()
H A DLibCxx.cpp869 scratch_ts_sp->GetBasicType(lldb::eBasicTypeWChar).GetByteSize(nullptr); in LibcxxWStringSummaryProvider()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h798 eBasicTypeWChar, enumerator
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp366 case lldb::eBasicTypeWChar: in IsPromotableIntegerType()
/freebsd-14.2/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig576 if basic_type == eBasicTypeWChar: return (True,False)
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp987 return lldb::eBasicTypeWChar; in GetCompilerTypeForSimpleKind()
/freebsd-14.2/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1019 .. py:data:: eBasicTypeWChar
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp875 {"wchar_t", eBasicTypeWChar}, in GetBasicTypeEnumeration()
2059 case eBasicTypeWChar: in GetOpaqueCompilerType()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp78299 {SWIG_LUA_CONSTTAB_INT("eBasicTypeWChar", lldb::eBasicTypeWChar)},