Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp283 class CommandObjectTypeSynthAdd : public CommandObjectParsed, class
488 CommandObjectTypeSynthAdd(CommandInterpreter &interpreter);
490 ~CommandObjectTypeSynthAdd() override = default;
2205 bool CommandObjectTypeSynthAdd::Execute_HandwritePython( in Execute_HandwritePython()
2229 bool CommandObjectTypeSynthAdd::Execute_PythonClass( in Execute_PythonClass()
2290 CommandObjectTypeSynthAdd::CommandObjectTypeSynthAdd( in CommandObjectTypeSynthAdd() function in CommandObjectTypeSynthAdd
2306 bool CommandObjectTypeSynthAdd::AddSynth(ConstString type_name, in AddSynth()
2922 CommandObjectSP(new CommandObjectTypeSynthAdd(interpreter))); in CommandObjectTypeSynth()