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
356 return (m_prefix.empty() ? nullptr : m_prefix.c_str()); in GetPrefix()361 m_prefix = prefix; in SetPrefix()363 m_prefix.clear(); in SetPrefix()485 std::string m_prefix; variable
212 : m_prefix(prefix) { in EditlineHistory()221 if (m_path.empty() && m_history && !m_prefix.empty()) { in GetHistoryFilePath()230 std::string filename = m_prefix + "-widehistory"; in GetHistoryFilePath()232 std::string filename = m_prefix + "-history"; in GetHistoryFilePath()311 std::string m_prefix; member in lldb_private::line_editor::EditlineHistory
445 target_specific_defines, m_prefix.c_str()); in GetText()