Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectType.cpp971 class CommandObjectTypeFormatClear : public CommandObjectTypeFormatterClear { class
973 CommandObjectTypeFormatClear(CommandInterpreter &interpreter) in CommandObjectTypeFormatClear() function in CommandObjectTypeFormatClear
2903 new CommandObjectTypeFormatClear(interpreter))); in CommandObjectTypeFormat()