Home
last modified time | relevance | path

Searched refs:GetArgInfo (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h92 auto arg_info_or_err = callable.GetArgInfo(); in CheckAbstractMethodImplementation()
168 llvm::Expected<PythonCallable::ArgInfo> arg_info = init.GetArgInfo(); in CreatePluginObject()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-wrapper.swig35 if (auto arg_info = pfunc.GetArgInfo())
163 auto argc = pfunc.GetArgInfo();
336 auto arg_info = pfunc.GetArgInfo();
610 auto argc = pfunc.GetArgInfo();
H A Dpython-typemaps.swig704 llvm::Expected<PythonCallable::ArgInfo> arg_info = callable.GetArgInfo();
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DPythonDataObjects.h629 llvm::Expected<ArgInfo> GetArgInfo() const;
H A DPythonDataObjects.cpp833 Expected<PythonCallable::ArgInfo> PythonCallable::GetArgInfo() const { in GetArgInfo() function in PythonCallable
H A DScriptInterpreterPython.cpp766 llvm::Expected<PythonCallable::ArgInfo> arg_info = pfunc.GetArgInfo(); in GetMaxPositionalArgumentsForCallable()