Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp811 virtual bool FormatterSpecificDeletion(ConstString typeCS) { return false; } in FormatterSpecificDeletion() argument
822 ConstString typeCS(typeA); in DoExecute() local
824 if (!typeCS) { in DoExecute()
831 [this, typeCS](const lldb::TypeCategoryImplSP &category_sp) -> bool { in DoExecute()
832 category_sp->Delete(typeCS, m_formatter_kind); in DoExecute()
847 delete_category = category->Delete(typeCS, m_formatter_kind); in DoExecute()
848 extra_deletion = FormatterSpecificDeletion(typeCS); in DoExecute()
854 delete_category = category->Delete(typeCS, m_formatter_kind); in DoExecute()
855 extra_deletion = FormatterSpecificDeletion(typeCS); in DoExecute()
1394 ConstString typeCS(arg_entry.ref()); in Execute_StringSummary() local
[all …]