Home
last modified time | relevance | path

Searched refs:TransformArgs (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedPythonInterface.h
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedPythonInterface.h165 auto transformed_args = TransformArgs(original_args); in CreatePluginObject()
361 auto transformed_args = TransformArgs(original_args); in Dispatch()
494 auto TransformArgs(const std::tuple<Args...> &args) { in TransformArgs() function