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

Declarations

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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
15647         if (PythonFile::Check(argv[1])) {
15740         if (PythonFile::Check(argv[1])) {
16441         if (PythonFile::Check(argv[1])) {
16460         if (PythonFile::Check(argv[1])) {
16568         if (PythonFile::Check(argv[1])) {
16587         if (PythonFile::Check(argv[1])) {
21065         if (PythonFile::Check(argv[1])) {
21158         if (PythonFile::Check(argv[1])) {
21251         if (PythonFile::Check(argv[1])) {
21648             if (PythonFile::Check(argv[3])) {
21657               if (PythonFile::Check(argv[4])) {
29234       if (PythonFile::Check(argv[0])) {
33902         if (PythonFile::Check(argv[1])) {
34581         if (PythonFile::Check(argv[1])) {
44053           if (PythonFile::Check(argv[2])) {
49160         if (PythonFile::Check(argv[1])) {
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
  116   if (PythonFile::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
  589   EXPECT_TRUE(PythonFile::Check(py_file.get().get()));