Searched refs:GetOSOIndexFromUserID (Results 1 – 2 of 2) sorted by relevance
787 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in ResolveTypeUID()797 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetDynamicArrayInfoForUID()1143 uint32_t oso_idx = GetOSOIndexFromUserID(func_id.GetID()); in ParseCallEdgesInFunction()1378 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetDeclContextForUID()1386 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetDeclContextContainingUID()1394 const uint64_t oso_idx = GetOSOIndexFromUserID(type_uid); in GetCompilerContextForUID()
204 static uint32_t GetOSOIndexFromUserID(lldb::user_id_t uid) { in GetOSOIndexFromUserID() function