Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp2798 class CommandObjectTypeSynth : public CommandObjectMultiword { class
2800 CommandObjectTypeSynth(CommandInterpreter &interpreter) in CommandObjectTypeSynth() function in CommandObjectTypeSynth
2822 ~CommandObjectTypeSynth() override = default;
2910 CommandObjectSP(new CommandObjectTypeSynth(interpreter))); in CommandObjectType()