Lines Matching refs:args_impl
23 const lldb_private::StructuredDataImpl &args_impl) {
46 : pfunc.Call(frame_arg, bp_loc_arg, ToSWIGWrapper(args_impl), dict);
209 const lldb_private::StructuredDataImpl &args_impl,
243 result = pfunc(target_arg, ToSWIGWrapper(args_impl));
253 const lldb::ProcessSP &process_sp, const StructuredDataImpl &args_impl,
284 return pfunc(ToSWIGWrapper(process_sp), ToSWIGWrapper(args_impl));
293 const lldb_private::StructuredDataImpl &args_impl,
326 auto args_sb = std::make_unique<lldb::SBStructuredData>(args_impl);
388 const StructuredDataImpl &args_impl,
406 pfunc(ToSWIGWrapper(breakpoint_sp), ToSWIGWrapper(args_impl), dict);
460 const char *session_dictionary_name, const StructuredDataImpl &args_impl,
485 pfunc(ToSWIGWrapper(target_sp), ToSWIGWrapper(args_impl), dict);