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.cpp1785 map_node.ForEachChildElement([this](const XMLNode &memory_node) -> bool { in LoadQXferMemoryMap()
1809 memory_node.ForEachChildElement( in LoadQXferMemoryMap()
H A DProcessGDBRemote.cpp4861 target_node.ForEachChildElement([&target_info, &feature_nodes]( in GetGDBServerRegisterInfoXMLAndProcess()
4906 feature_node.ForEachChildElement([&target_info]( in GetGDBServerRegisterInfoXMLAndProcess()