Searched refs:eBasicTypeUnsignedInt (Results 1 – 5 of 5) sorted by relevance
67 return ast_ctx->GetBasicType(lldb::eBasicTypeUnsignedInt); in GetClangTypeForFormat()
421 (eType == lldb::eBasicTypeInt) || (eType == lldb::eBasicTypeUnsignedInt) || in IsIntegerType()
664 eBasicTypeUnsignedInt, enumerator
662 g_type_map.Append(ConstString("unsigned int").GetCString(), eBasicTypeUnsignedInt); in GetBasicTypeEnumeration()663 g_type_map.Append(ConstString("unsigned").GetCString(), eBasicTypeUnsignedInt); in GetBasicTypeEnumeration()770 case eBasicTypeUnsignedInt: in GetBasicType()
2679 case clang::BuiltinType::UInt: return eBasicTypeUnsignedInt; in GetBasicTypeEnumeration()