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

Declarations

tools/lldb/include/lldb/Symbol/TypeMap.h
   51   void ForEach(std::function<bool(lldb::TypeSP &type_sp)> const &callback);

References

tools/lldb/source/Symbol/SymbolContext.cpp
  584     type_map.ForEach(
  604     type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool {
  624     type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool {
  643     type_map.ForEach([this, &type_list](const lldb::TypeSP &type_sp) -> bool {
  659     type_map.ForEach([&type_list](const lldb::TypeSP &type_sp) -> bool {