Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp3072 class CommandObjectTypeSynth : public CommandObjectMultiword { class
3074 CommandObjectTypeSynth(CommandInterpreter &interpreter) in CommandObjectTypeSynth() function in CommandObjectTypeSynth
3096 ~CommandObjectTypeSynth() override = default;
3189 CommandObjectSP(new CommandObjectTypeSynth(interpreter))); in CommandObjectType()