Searched refs:eBasicTypeShort (Results 1 – 4 of 4) sorted by relevance
420 return ((eType == lldb::eBasicTypeShort) || (eType == lldb::eBasicTypeUnsignedShort) || in IsIntegerType()
661 eBasicTypeShort, enumerator
654 g_type_map.Append(ConstString("short").GetCString(), eBasicTypeShort); in GetBasicTypeEnumeration()655 g_type_map.Append(ConstString("short int").GetCString(), eBasicTypeShort); in GetBasicTypeEnumeration()761 case eBasicTypeShort: in GetBasicType()
2676 case clang::BuiltinType::Short: return eBasicTypeShort; in GetBasicTypeEnumeration()