Lines Matching refs:function_fullnames
127 task_group.async(finalize_fn, &IndexSet::function_fullnames); in Index()
270 set.function_fullnames.Insert(ConstString(name), ref); in IndexUnitImpl()
279 set.function_fullnames.Insert(objc_fullname_no_category_name, in IndexUnitImpl()
293 set.function_fullnames.Insert(ConstString(name), ref); in IndexUnitImpl()
303 set.function_fullnames.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()
420 if (!m_set.function_fullnames.Find( in GetFunctions()
466 if (!m_set.function_fullnames.Find(regex, in GetFunctions()
478 m_set.function_fullnames.Dump(&s); in Dump()
536 if (!function_fullnames.Decode(data, offset_ptr, strtab)) in Decode()
590 if (!function_fullnames.IsEmpty()) { in Encode()
592 function_fullnames.Encode(index_encoder, strtab); in Encode()