Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectType.cpp367 bool Execute_PythonClass(Args &command, CommandReturnObject &result);
376 return Execute_PythonClass(command, result); in DoExecute()
2257 bool CommandObjectTypeSynthAdd::Execute_PythonClass( in Execute_PythonClass() function in CommandObjectTypeSynthAdd