Home
last modified time | relevance | path

Searched refs:eBasicTypeSignedWChar (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-enumerations.h761 eBasicTypeSignedWChar, enumerator
/openbsd-src/gnu/llvm/lldb/bindings/python/
H A Dpython-extensions.swig564 if basic_type == eBasicTypeSignedWChar: return (True,True)
/openbsd-src/gnu/llvm/lldb/docs/
H A Dpython_api_enums.rst1018 .. py:data:: eBasicTypeSignedWChar
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp873 g_type_map.Append(ConstString("signed wchar_t"), eBasicTypeSignedWChar); in GetBasicTypeEnumeration()
2054 case eBasicTypeSignedWChar: in GetOpaqueCompilerType()
5555 return eBasicTypeSignedWChar; in GetBasicTypeEnumeration()