Searched defs:NameMatches (Results 1 – 8 of 8) sorted by relevance
15 bool lldb_private::NameMatches(llvm::StringRef name, NameMatch match_type, in NameMatches() function in lldb_private
258 bool ProcessInstanceInfoMatch::NameMatches(const char *process_name) const { NameMatches() function in ProcessInstanceInfoMatch
33 bool NameMatches(const Entry &rhs) const { NameMatches() function
171 bool NameMatches(ConstString name) const { in NameMatches() function
81 bool NameMatches(const char *name) const { in NameMatches() function
91 bool ThreadSpec::NameMatches(Thread &thread) const { in NameMatches() function in ThreadSpec
88 return m_mangled.NameMatches(name); in NameMatches() function in Variable 80 bool Variable::NameMatches(ConstString name) const { NameMatches() function in Variable
314 bool Mangled::NameMatches(const RegularExpression ®ex) const { NameMatches() function in Mangled