Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectType.cpp2921 class CommandObjectTypeSynth : public CommandObjectMultiword { class
2923 CommandObjectTypeSynth(CommandInterpreter &interpreter) in CommandObjectTypeSynth() function in CommandObjectTypeSynth
2945 ~CommandObjectTypeSynth() override = default;
3036 CommandObjectSP(new CommandObjectTypeSynth(interpreter))); in CommandObjectType()