Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectExpression.cpp408 expr, frame, result_valobj_sp, options, &m_fixed_expression); in EvaluateExpression()
412 if (!m_fixed_expression.empty() && target.GetEnableNotifyAboutFixIts()) { in EvaluateExpression()
414 m_fixed_expression.c_str()); in EvaluateExpression()
555 m_fixed_expression.clear(); in DoExecute()
636 if (!m_fixed_expression.empty() && target.GetEnableNotifyAboutFixIts()) { in DoExecute()
645 fixed_command.append(m_fixed_expression); in DoExecute()
647 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