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

Declarations

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  636   static bool Check(PyObject *py_obj);

References

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  118   if (PythonCallable::Check(m_py_obj))
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  305     if (!T::Check(m_py_obj))
  391   if (!T::Check(obj.get().get()))
  416     if (T::Check(py_obj))
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
  562   EXPECT_TRUE(PythonCallable::Check(sys_exc_info.get()));
  563   EXPECT_FALSE(PythonCallable::Check(none.get()));