Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Host/common/
H A DXML.cpp167 void XMLNode::ForEachChildElement(NodeCallback const &callback) const { in ForEachChildElement() function in XMLNode
459 node.ForEachChildElement([&array_sp](const XMLNode &node) -> bool { in CreatePlistValue()
468 node.ForEachChildElement( in CreatePlistValue()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DXML.h102 void ForEachChildElement(NodeCallback const &callback) const;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1735 map_node.ForEachChildElement([this](const XMLNode &memory_node) -> bool { in LoadQXferMemoryMap()
1759 memory_node.ForEachChildElement( in LoadQXferMemoryMap()
H A DProcessGDBRemote.cpp4196 target_node.ForEachChildElement([&target_info, &feature_nodes]( in GetGDBServerRegisterInfoXMLAndProcess()
4241 feature_node.ForEachChildElement([&target_info]( in GetGDBServerRegisterInfoXMLAndProcess()