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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h93 void ForEachSiblingElement(NodeCallback const &callback) const;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp177 child.ForEachSiblingElement(callback);
226 void XMLNode::ForEachSiblingElement(NodeCallback const &callback) const { function in class:XMLNode

Completed in 106 milliseconds