Searched refs:eBasicTypeLongLong (Results 1 – 4 of 4) sorted by relevance
423 (eType == lldb::eBasicTypeLongLong) || (eType == lldb::eBasicTypeUnsignedLongLong) || in IsIntegerType()
667 eBasicTypeLongLong, enumerator
672 g_type_map.Append(ConstString("long long").GetCString(), eBasicTypeLongLong); in GetBasicTypeEnumeration()673 g_type_map.Append(ConstString("long long int").GetCString(), eBasicTypeLongLong); in GetBasicTypeEnumeration()779 case eBasicTypeLongLong: in GetBasicType()
2682 case clang::BuiltinType::LongLong: return eBasicTypeLongLong; in GetBasicTypeEnumeration()