Home
last modified time | relevance | path

Searched defs:original_args (Results 1 – 3 of 3) 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.h121 std::tuple<Args...> original_args = std::forward_as_tuple(args...); in CreatePluginObject() local
257 std::tuple<Args...> original_args = std::forward_as_tuple(args...); in Dispatch() local
395 bool ReassignPtrsOrRefsArgs(std::tuple<Ts...> &original_args, in ReassignPtrsOrRefsArgs()
406 bool ReassignPtrsOrRefsArgs(std::tuple<Ts...> &original_args, in ReassignPtrsOrRefsArgs()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp635 const llvm::StringRef original_args = arg_string; SetFromString() local