reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Symbol/SymbolContext.cpp
  584     type_map.ForEach(
  594     type_list.ForEach([&type_map](const lldb::TypeSP &type_sp) -> bool {
  595       type_map.Remove(type_sp);
  602   if (function != nullptr && !type_map.Empty()) {
  604     type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool {
  616         type_map.Remove(type_list.GetTypeAtIndex(i));
  621   if (comp_unit != nullptr && !type_map.Empty()) {
  624     type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool {
  636         type_map.Remove(type_list.GetTypeAtIndex(i));
  641   if (module_sp && !type_map.Empty()) {
  643     type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool {
  654         type_map.Remove(type_list.GetTypeAtIndex(i));
  658   if (!type_map.Empty()) {
  659     type_map.ForEach([&type_list](const lldb::TypeSP &type_sp) -> bool {