Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp206 .GetBasicTypeFromAST(lldb::eBasicTypeWChar) in GetWCharByteSize()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-enumerations.h814 eBasicTypeWChar, enumerator
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp389 case lldb::eBasicTypeWChar: in IsPromotableIntegerType()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig576 if basic_type == eBasicTypeWChar: return (True,False)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp987 return lldb::eBasicTypeWChar; in GetCompilerTypeForSimpleKind()
/freebsd/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1019 .. py:data:: eBasicTypeWChar
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp834 {"wchar_t", eBasicTypeWChar}, in GetBasicTypeEnumeration()
2030 case eBasicTypeWChar: in GetOpaqueCompilerType()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp82990 {SWIG_LUA_CONSTTAB_INT("eBasicTypeWChar", (lldb::eBasicTypeWChar))},