Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-enumerations.h657 eBasicTypeSignedWChar, enumerator
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTContext.cpp651 g_type_map.Append(ConstString("signed wchar_t").GetCString(), eBasicTypeSignedWChar); in GetBasicTypeEnumeration()
749 case eBasicTypeSignedWChar: in GetBasicType()
HDClangASTType.cpp2674 case clang::BuiltinType::WChar_S: return eBasicTypeSignedWChar; in GetBasicTypeEnumeration()