Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DXML.h44 AttributeCallback; typedef
107 void ForEachAttribute(AttributeCallback const &callback) const;
/external/llvm-project/lldb/source/Host/common/
DXML.cpp190 void XMLNode::ForEachAttribute(AttributeCallback const &callback) const { in ForEachAttribute()