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

References

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  328         PyObject_CallMethod(m_py_obj, py2_const_cast(name),
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 1626       PyObject_CallMethod(implementor.get(), callee_name, nullptr));
 1681       PyObject_CallMethod(implementor.get(), callee_name, nullptr));
 1767       PyObject_CallMethod(implementor.get(), callee_name, param_format, tid));
 1825                          PyObject_CallMethod(implementor.get(), callee_name,
 2532       PyObject_CallMethod(implementor.get(), callee_name, nullptr));
 3041       PyObject_CallMethod(implementor.get(), callee_name, nullptr));
 3096       PyObject_CallMethod(implementor.get(), callee_name, nullptr));
 3152       PyObject_CallMethod(implementor.get(), callee_name, nullptr));