Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h44 AttributeCallback; typedef
107 void ForEachAttribute(AttributeCallback const &callback) const;
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp186 void XMLNode::ForEachAttribute(AttributeCallback const &callback) const { in ForEachAttribute()