Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp296 class CommandObjectTypeSynthAdd : public CommandObjectParsed, class
500 CommandObjectTypeSynthAdd(CommandInterpreter &interpreter);
502 ~CommandObjectTypeSynthAdd() override = default;
2216 bool CommandObjectTypeSynthAdd::Execute_HandwritePython( in Execute_HandwritePython()
2240 bool CommandObjectTypeSynthAdd::Execute_PythonClass( in Execute_PythonClass()
2301 CommandObjectTypeSynthAdd::CommandObjectTypeSynthAdd( in CommandObjectTypeSynthAdd() function in CommandObjectTypeSynthAdd
2317 bool CommandObjectTypeSynthAdd::AddSynth(ConstString type_name, in AddSynth()
2927 CommandObjectSP(new CommandObjectTypeSynthAdd(interpreter))); in CommandObjectTypeSynth()