reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Host/XML.h
   88   void ForEachSiblingNode(NodeCallback const &callback) const;
   91   void ForEachSiblingElement(NodeCallback const &callback) const;
   96                                      NodeCallback const &callback) const;
   98   void ForEachChildNode(NodeCallback const &callback) const;
  100   void ForEachChildElement(NodeCallback const &callback) const;
  103                                    NodeCallback const &callback) const;
tools/lldb/source/Host/common/XML.cpp
  165 void XMLNode::ForEachChildNode(NodeCallback const &callback) const {
  172 void XMLNode::ForEachChildElement(NodeCallback const &callback) const {
  181                                           NodeCallback const &callback) const {
  212 void XMLNode::ForEachSiblingNode(NodeCallback const &callback) const {
  225 void XMLNode::ForEachSiblingElement(NodeCallback const &callback) const {
  243     const char *name, NodeCallback const &callback) const {