Searched refs:CommandObjectTypeSynthAdd (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp281 class CommandObjectTypeSynthAdd : public CommandObjectParsed, class in inherits:CommandObjectParsed,IOHandlerDelegateMultiline
435 if (!CommandObjectTypeSynthAdd::AddSynth(
438 ? CommandObjectTypeSynthAdd::eRegexSynth
439 : CommandObjectTypeSynthAdd::eRegularSynth,
481 CommandObjectTypeSynthAdd(CommandInterpreter &interpreter);
483 ~CommandObjectTypeSynthAdd() override = default;
2215 bool CommandObjectTypeSynthAdd::Execute_HandwritePython(
2240 bool CommandObjectTypeSynthAdd::Execute_PythonClass(
2306 CommandObjectTypeSynthAdd::CommandObjectTypeSynthAdd( function in class:CommandObjectTypeSynthAdd
[all...]

Completed in 169 milliseconds