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

Declarations

tools/lldb/include/lldb/Host/XML.h
  100   void ForEachChildElement(NodeCallback const &callback) const;

References

tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
 1624   map_node.ForEachChildElement([this](const XMLNode &memory_node) -> bool {
 1648       memory_node.ForEachChildElement(
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 4514       target_node.ForEachChildElement([&target_info, &feature_nodes](
 4559         feature_node.ForEachChildElement([&target_info](