Searched defs:original_args (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ | ||
H A D | ScriptedPythonInterface.h | 121 std::tuple<Args...> original_args = std::forward_as_tuple(args...); CreatePluginObject() local |
/llvm-project/lldb/source/Utility/ | ||
H A D | Args.cpp | 636 const llvm::StringRef original_args = arg_string; SetFromString() local |