Home
last modified time | relevance | path

Searched refs:ForEachChildElement (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp169 void XMLNode::ForEachChildElement(NodeCallback const &callback) const { in ForEachChildElement() function in XMLNode
461 node.ForEachChildElement([&array_sp](const XMLNode &node) -> bool { in CreatePlistValue()
470 node.ForEachChildElement( in CreatePlistValue()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h102 void ForEachChildElement(NodeCallback const &callback) const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1765 map_node.ForEachChildElement([this](const XMLNode &memory_node) -> bool { in LoadQXferMemoryMap()
1789 memory_node.ForEachChildElement( in LoadQXferMemoryMap()
H A DProcessGDBRemote.cpp4726 target_node.ForEachChildElement([&target_info, &feature_nodes]( in GetGDBServerRegisterInfoXMLAndProcess()
4771 feature_node.ForEachChildElement([&target_info]( in GetGDBServerRegisterInfoXMLAndProcess()