Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Expression/
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
/external/llvm-project/lldb/source/Commands/
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()
569 m_fixed_expression.clear(); in DoExecute()
650 if (!m_fixed_expression.empty() && target.GetEnableNotifyAboutFixIts()) { in DoExecute()
659 fixed_command.append(m_fixed_expression); in DoExecute()
661 fixed_command.append(m_fixed_expression); in DoExecute()
DCommandObjectExpression.h96 std::string m_fixed_expression; // Holds the current expression's fixed text. variable