Lines Matching refs:Insert
270 set.function_fullnames.Insert(ConstString(name), ref); in IndexUnitImpl()
272 set.objc_class_selectors.Insert(class_name_with_category, ref); in IndexUnitImpl()
275 set.objc_class_selectors.Insert(class_name_no_category, ref); in IndexUnitImpl()
277 set.function_selectors.Insert(objc_selector_name, ref); in IndexUnitImpl()
279 set.function_fullnames.Insert(objc_fullname_no_category_name, in IndexUnitImpl()
288 set.function_methods.Insert(ConstString(name), ref); in IndexUnitImpl()
290 set.function_basenames.Insert(ConstString(name), ref); in IndexUnitImpl()
293 set.function_fullnames.Insert(ConstString(name), ref); in IndexUnitImpl()
303 set.function_fullnames.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()
321 set.types.Insert(ConstString(name), ref); in IndexUnitImpl()
323 set.types.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()
328 set.namespaces.Insert(ConstString(name), ref); in IndexUnitImpl()
333 set.globals.Insert(ConstString(name), ref); in IndexUnitImpl()
345 set.globals.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()