Searched refs:m_prefix (Results 1 – 8 of 8) sorted by relevance
35 : m_name(name.str()), m_prefix(prefix.str()), m_body(body.str()), in ExpressionSourceCode()39 std::string m_prefix; variable
20 s << m_prefix << value << m_suffix; in Apply()25 m_prefix = FormatAnsiTerminalCodes(prefix); in Set()
57 ConstString m_prefix;
36 : m_prefix(p) {} in Prefix()40 return class_name.GetStringRef().starts_with(m_prefix.GetStringRef()); in Match()
30 std::string m_prefix; member
329 return (m_prefix.empty() ? nullptr : m_prefix.c_str()); in GetPrefix()334 m_prefix = prefix; in SetPrefix()336 m_prefix.clear(); in SetPrefix()458 std::string m_prefix; variable
196 : m_prefix(prefix) { in EditlineHistory()205 if (m_path.empty() && m_history && !m_prefix.empty()) { in GetHistoryFilePath()214 std::string filename = m_prefix + "-widehistory"; in GetHistoryFilePath()216 std::string filename = m_prefix + "-history"; in GetHistoryFilePath()295 std::string m_prefix; member in lldb_private::line_editor::EditlineHistory
446 target_specific_defines, m_prefix.c_str()); in GetText()