Lines Matching refs:Insert
260 set.function_fullnames.Insert(ConstString(name), ref); in IndexUnitImpl()
262 set.objc_class_selectors.Insert(class_name_with_category, ref); in IndexUnitImpl()
265 set.objc_class_selectors.Insert(class_name_no_category, ref); in IndexUnitImpl()
267 set.function_selectors.Insert(objc_selector_name, ref); in IndexUnitImpl()
269 set.function_fullnames.Insert(objc_fullname_no_category_name, in IndexUnitImpl()
278 set.function_methods.Insert(ConstString(name), ref); in IndexUnitImpl()
280 set.function_basenames.Insert(ConstString(name), ref); in IndexUnitImpl()
283 set.function_fullnames.Insert(ConstString(name), ref); in IndexUnitImpl()
293 set.function_fullnames.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()
311 set.types.Insert(ConstString(name), ref); in IndexUnitImpl()
313 set.types.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()
318 set.namespaces.Insert(ConstString(name), ref); in IndexUnitImpl()
323 set.globals.Insert(ConstString(name), ref); in IndexUnitImpl()
335 set.globals.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()