Home
last modified time | relevance | path

Searched refs:ForEachSiblingElement (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h93 void ForEachSiblingElement(NodeCallback const &callback) const;
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp173 child.ForEachSiblingElement(callback); in ForEachChildElement()
222 void XMLNode::ForEachSiblingElement(NodeCallback const &callback) const { in ForEachSiblingElement() function in XMLNode