Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp303 class CommandObjectTypeSynthAdd : public CommandObjectParsed, class
511 CommandObjectTypeSynthAdd(CommandInterpreter &interpreter);
513 ~CommandObjectTypeSynthAdd() override = default;
2130 bool CommandObjectTypeSynthAdd::Execute_HandwritePython( in Execute_HandwritePython()
2154 bool CommandObjectTypeSynthAdd::Execute_PythonClass( in Execute_PythonClass()
2215 CommandObjectTypeSynthAdd::CommandObjectTypeSynthAdd( in CommandObjectTypeSynthAdd() function in CommandObjectTypeSynthAdd
2223 bool CommandObjectTypeSynthAdd::AddSynth(ConstString type_name, in AddSynth()
2829 CommandObjectSP(new CommandObjectTypeSynthAdd(interpreter))); in CommandObjectTypeSynth()