Home
last modified time | relevance | path

Searched refs:m_fixed_expression (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h97 m_fixed_expression.clear(); in Clear()
138 const std::string &GetFixedExpression() { return m_fixed_expression; } in GetFixedExpression()
142 m_fixed_expression = std::move(fixed_expression); in SetFixedExpression()
147 std::string m_fixed_expression; variable
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectExpression.cpp419 expr, frame, result_valobj_sp, options, &m_fixed_expression); in EvaluateExpression()
423 if (!m_fixed_expression.empty() && target.GetEnableNotifyAboutFixIts()) { in EvaluateExpression()
426 m_fixed_expression.c_str()); in EvaluateExpression()
568 m_fixed_expression.clear(); in DoExecute()
649 if (!m_fixed_expression.empty() && target.GetEnableNotifyAboutFixIts()) { in DoExecute()
658 fixed_command.append(m_fixed_expression); in DoExecute()
660 fixed_command.append(m_fixed_expression); in DoExecute()
H A DCommandObjectExpression.h96 std::string m_fixed_expression; // Holds the current expression's fixed text. variable