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().startswith(m_prefix.GetStringRef()); in Match()
30 std::string m_prefix; member
310 return (m_prefix.empty() ? nullptr : m_prefix.c_str()); in GetPrefix()315 m_prefix = prefix; in SetPrefix()317 m_prefix.clear(); in SetPrefix()437 std::string m_prefix; variable
209 : m_prefix(prefix) { in EditlineHistory()218 if (m_path.empty() && m_history && !m_prefix.empty()) { in GetHistoryFilePath()227 std::string filename = m_prefix + "-widehistory"; in GetHistoryFilePath()229 std::string filename = m_prefix + "-history"; in GetHistoryFilePath()308 std::string m_prefix; member in lldb_private::line_editor::EditlineHistory
434 target_specific_defines, m_prefix.c_str()); in GetText()