Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp20 s << m_prefix << value << m_suffix; in Apply()
25 m_prefix = FormatAnsiTerminalCodes(prefix); in Set()
/freebsd/contrib/llvm-project/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().starts_with(m_prefix.GetStringRef()); in Match()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h30 std::string m_prefix; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h329 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
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp196 : 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
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp446 target_specific_defines, m_prefix.c_str()); in GetText()