Home
last modified time | relevance | path

Searched refs:eBasicTypeUnsignedWChar (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h658 eBasicTypeUnsignedWChar, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp652 … g_type_map.Append(ConstString("unsigned wchar_t").GetCString(), eBasicTypeUnsignedWChar); in GetBasicTypeEnumeration()
752 case eBasicTypeUnsignedWChar: in GetBasicType()
HDClangASTType.cpp2675 case clang::BuiltinType::WChar_U: return eBasicTypeUnsignedWChar; in GetBasicTypeEnumeration()