Searched refs:eBasicTypeLong (Results 1 – 4 of 4) sorted by relevance
422 (eType == lldb::eBasicTypeLong) || (eType == lldb::eBasicTypeUnsignedLong) || in IsIntegerType()
665 eBasicTypeLong, enumerator
666 g_type_map.Append(ConstString("long").GetCString(), eBasicTypeLong); in GetBasicTypeEnumeration()667 g_type_map.Append(ConstString("long int").GetCString(), eBasicTypeLong); in GetBasicTypeEnumeration()773 case eBasicTypeLong: in GetBasicType()
2680 case clang::BuiltinType::Long: return eBasicTypeLong; in GetBasicTypeEnumeration()