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

Declarations

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

References

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  112   if (PythonBoolean::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
  200   EXPECT_TRUE(PythonBoolean::Check(Py_True));
  205   EXPECT_TRUE(PythonBoolean::Check(Py_False));
  211     EXPECT_TRUE(PythonBoolean::Check(py_bool));