Lines Matching refs:function_fullnames
128 task_group.async(finalize_fn, &IndexSet::function_fullnames); in Index()
300 set.function_fullnames.Insert(ConstString(name), ref); in IndexUnitImpl()
309 set.function_fullnames.Insert(objc_fullname_no_category_name, in IndexUnitImpl()
323 set.function_fullnames.Insert(ConstString(name), ref); in IndexUnitImpl()
333 set.function_fullnames.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()
452 if (!m_set.function_fullnames.Find( in GetFunctions()
498 if (!m_set.function_fullnames.Find(regex, in GetFunctions()
510 m_set.function_fullnames.Dump(&s); in Dump()
571 if (!function_fullnames.Decode(data, offset_ptr, strtab)) in Decode()
625 if (!function_fullnames.IsEmpty()) { in Encode()
627 function_fullnames.Encode(index_encoder, strtab); in Encode()