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

References

tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 3072   if (!implementor.IsAllocated())
 3076                      PyObject_GetAttrString(implementor.get(), callee_name));
 3096       PyObject_CallMethod(implementor.get(), callee_name, nullptr));