Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h758 eBasicTypeChar16, enumerator
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbUtil.cpp841 return lldb::eBasicTypeChar16; in GetCompilerTypeForSimpleKind()
/llvm-project-15.0.7/lldb/bindings/python/
H A Dpython-extensions.swig566 if basic_type == eBasicTypeChar16: return (True,False)
/llvm-project-15.0.7/lldb/unittests/Symbol/
H A DTestTypeSystemClang.cpp58 EXPECT_TRUE(context.hasSameType(GetBasicQualType(eBasicTypeChar16), in TEST_F()
/llvm-project-15.0.7/lldb/docs/
H A Dpython_api_enums.rst1020 .. py:data:: eBasicTypeChar16
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2027 case eBasicTypeChar16: in GetOpaqueCompilerType()
5494 return eBasicTypeChar16; in GetBasicTypeEnumeration()