Home
last modified time | relevance | path

Searched refs:m_prefix (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h35 : m_name(name.str()), m_prefix(prefix.str()), m_body(body.str()), in ExpressionSourceCode()
39 std::string m_prefix; variable
/openbsd/gnu/llvm/lldb/source/Core/
H A DHighlighter.cpp20 s << m_prefix << value << m_suffix; in Apply()
25 m_prefix = FormatAnsiTerminalCodes(prefix); in Set()
/openbsd/gnu/llvm/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.h57 ConstString m_prefix;
H A DNSDictionary.cpp36 : m_prefix(p) {} in Prefix()
40 return class_name.GetStringRef().startswith(m_prefix.GetStringRef()); in Match()
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DHighlighter.h30 std::string m_prefix; member
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h310 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
/openbsd/gnu/llvm/lldb/source/Host/common/
H A DEditline.cpp209 : 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
/openbsd/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp434 target_specific_defines, m_prefix.c_str()); in GetText()