Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DXML.h71 bool NameIs(const char *name) const;
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DXML.cpp314 bool XMLNode::NameIs(const char *name) const { in NameIs() function in XMLNode
472 if (node.NameIs("key")) { in CreatePlistValue()