Searched refs:eBasicTypeInt (Results 1 – 5 of 5) sorted by relevance
58 return ast_ctx->GetBasicType(lldb::eBasicTypeInt); in GetClangTypeForFormat()
421 (eType == lldb::eBasicTypeInt) || (eType == lldb::eBasicTypeUnsignedInt) || in IsIntegerType()
663 eBasicTypeInt, enumerator
660 g_type_map.Append(ConstString("int").GetCString(), eBasicTypeInt); in GetBasicTypeEnumeration()661 g_type_map.Append(ConstString("signed int").GetCString(), eBasicTypeInt); in GetBasicTypeEnumeration()767 case eBasicTypeInt: in GetBasicType()
2678 case clang::BuiltinType::Int: return eBasicTypeInt; in GetBasicTypeEnumeration()