Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp840 bool extra_deletion = false; in DoExecute() local
848 extra_deletion = FormatterSpecificDeletion(typeCS); in DoExecute()
855 extra_deletion = FormatterSpecificDeletion(typeCS); in DoExecute()
858 if (delete_category || extra_deletion) { in DoExecute()