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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h102 void ForEachChildElement(NodeCallback const &callback) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp173 void XMLNode::ForEachChildElement(NodeCallback const &callback) const { function in class:XMLNode
483 node.ForEachChildElement([&array_sp](const XMLNode &node) -> bool {
492 node.ForEachChildElement(
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1627 map_node.ForEachChildElement([this](const XMLNode &memory_node) -> bool {
1651 memory_node.ForEachChildElement(
H A DProcessGDBRemote.cpp4502 target_node.ForEachChildElement([&target_info, &feature_nodes](
4547 feature_node.ForEachChildElement([&target_info](

Completed in 112 milliseconds