Lines Matching refs:mangled_cstr
197 const char *mangled_cstr = nullptr; in IndexUnitImpl() local
224 mangled_cstr = form_value.AsCString(); in IndexUnitImpl()
292 if (!is_method && !mangled_cstr && !is_objc_method) in IndexUnitImpl()
295 if (mangled_cstr) { in IndexUnitImpl()
300 if (name && name != mangled_cstr && in IndexUnitImpl()
301 ((mangled_cstr[0] == '_') || in IndexUnitImpl()
302 (::strcmp(name, mangled_cstr) != 0))) { in IndexUnitImpl()
303 set.function_fullnames.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()
322 if (mangled_cstr && !is_declaration) in IndexUnitImpl()
323 set.types.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()
343 if (mangled_cstr && name != mangled_cstr && in IndexUnitImpl()
344 ((mangled_cstr[0] == '_') || (::strcmp(name, mangled_cstr) != 0))) { in IndexUnitImpl()
345 set.globals.Insert(ConstString(mangled_cstr), ref); in IndexUnitImpl()