reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 1527     data->pytype = 0;
 2633   if (clientdata && clientdata->pytype) {
 2638         PyObject *next_self = clientdata->pytype->tp_alloc(clientdata->pytype, 0);
 2638         PyObject *next_self = clientdata->pytype->tp_alloc(clientdata->pytype, 0);
 2648       newobj = PyObject_New(SwigPyObject, clientdata->pytype);