Lines Matching defs:this_entry
16767 cooked_index_entry *this_entry = nullptr;
16771 this_entry
16776 this_entry
16806 if (m_language != language_c && this_entry != nullptr)
16808 info_ptr = recurse (reader, info_ptr, this_entry, fully);
16817 if (is_enum_class && this_entry == nullptr)
16831 gdb_assert (this_entry != nullptr);
16832 recurse_parent = this_entry;
16844 if (this_entry == nullptr)
16848 /* We don't check THIS_ENTRY for a namespace, to handle
16850 info_ptr = recurse (reader, info_ptr, this_entry, fully);
16856 && this_entry != nullptr)
16858 info_ptr = recurse (reader, info_ptr, this_entry, true);