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

Declarations

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

References

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
   96   if (PythonModule::Check(m_py_obj))
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  416     if (T::Check(py_obj))
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
   96   EXPECT_TRUE(PythonModule::Check(sys_module.get()));