Lines Matching defs:diagnostic_manager
277 DiagnosticManager diagnostic_manager;
280 user_expression_sp->Parse(diagnostic_manager, exe_ctx, execution_policy,
313 diagnostic_manager.Clear();
335 diagnostic_manager.AddDiagnostic(fixit, lldb::eSeverityInfo,
338 if (diagnostic_manager.Diagnostics().empty())
344 Status::FromError(diagnostic_manager.GetAsError(execution_results));
356 if (diagnostic_manager.Diagnostics().empty())
371 diagnostic_manager.Clear();
376 user_expression_sp->Execute(diagnostic_manager, exe_ctx, options,
383 if (diagnostic_manager.Diagnostics().empty())
389 diagnostic_manager.GetAsError(execution_results));
423 UserExpression::Execute(DiagnosticManager &diagnostic_manager,
441 diagnostic_manager, exe_ctx, options, shared_ptr_to_me, result_var);