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.cpp296 class CommandObjectTypeSynthAdd : public CommandObjectParsed, class
500 CommandObjectTypeSynthAdd(CommandInterpreter &interpreter);
502 ~CommandObjectTypeSynthAdd() override = default;
2111 bool CommandObjectTypeSynthAdd::Execute_HandwritePython( in Execute_HandwritePython()
2135 bool CommandObjectTypeSynthAdd::Execute_PythonClass( in Execute_PythonClass()
2196 CommandObjectTypeSynthAdd::CommandObjectTypeSynthAdd( in CommandObjectTypeSynthAdd() function in CommandObjectTypeSynthAdd
2204 bool CommandObjectTypeSynthAdd::AddSynth(ConstString type_name, in AddSynth()
2806 CommandObjectSP(new CommandObjectTypeSynthAdd(interpreter))); in CommandObjectTypeSynth()