Searched refs:function_fullnames (Results 1 – 2 of 2) sorted by relevance
119 pool.async(finalize_fn, &IndexSet::function_fullnames); in Index()260 set.function_fullnames.Insert(ConstString(name), ref); in IndexUnitImpl()269 set.function_fullnames.Insert(objc_fullname_no_category_name, in IndexUnitImpl()283 set.function_fullnames.Insert(ConstString(name), ref); in IndexUnitImpl()293 set.function_fullnames.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()409 if (!m_set.function_fullnames.Find( in GetFunctions()455 if (!m_set.function_fullnames.Find(regex, in GetFunctions()467 m_set.function_fullnames.Dump(&s); in Dump()
61 NameToDIE function_fullnames; member