Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DXML.h70 bool NameIs(const char *name) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DXML.cpp334 bool XMLNode::NameIs(const char *name) const { in NameIs() function in XMLNode
494 if (node.NameIs("key")) { in CreatePlistValue()