Searched refs:GetArgInfo (Results 1 – 6 of 6) sorted by relevance
35 if (auto arg_info = pfunc.GetArgInfo())163 auto argc = pfunc.GetArgInfo();337 if (auto args_info = callback_func.GetArgInfo()) {432 auto arg_info = pfunc.GetArgInfo();693 auto argc = pfunc.GetArgInfo();
685 llvm::Expected<PythonCallable::ArgInfo> arg_info = callable.GetArgInfo();
125 llvm::Expected<PythonCallable::ArgInfo> arg_info = init.GetArgInfo(); in CreatePluginObject()
629 llvm::Expected<ArgInfo> GetArgInfo() const;
837 Expected<PythonCallable::ArgInfo> PythonCallable::GetArgInfo() const { in GetArgInfo() function in PythonCallable
786 llvm::Expected<PythonCallable::ArgInfo> arg_info = pfunc.GetArgInfo(); in GetMaxPositionalArgumentsForCallable()