Home
last modified time | relevance | path

Searched refs:m_body (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/lldb/include/lldb/Expression/
DExpressionSourceCode.h35 : m_name(name.str()), m_prefix(prefix.str()), m_body(body.str()), in ExpressionSourceCode()
40 std::string m_body; variable
/openbsd/src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionSourceCode.cpp416 force_add_all_locals ? "" : m_body, frame); in GetText()
440 tagged_body.append(m_body); in GetText()
503 text.append(m_body); in GetText()