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

Declarations

tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
  642   ArgInfo GetNumArguments() const; // DEPRECATED

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
79576     auto arg_info = pfunc.GetNumArguments();
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
  807   PythonCallable::ArgInfo arg_info = pfunc.GetNumArguments();