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

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h35 : m_name(name.str()), m_prefix(prefix.str()), m_body(body.str()),
39 std::string m_prefix; member in class:lldb_private::ExpressionSourceCode
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp20 s << m_prefix << value << m_suffix;
25 m_prefix = FormatAnsiTerminalCodes(prefix);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.h57 ConstString m_prefix; member in class:lldb_private::formatters::NSDictionary_Additionals::AdditionalFormatterMatching::Prefix
H A DNSDictionary.cpp36 : m_prefix(p) {}
40 return class_name.GetStringRef().starts_with(m_prefix.GetStringRef());
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h30 std::string m_prefix; member in class:lldb_private::HighlightStyle::ColorStyle
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h318 return (m_prefix.empty() ? nullptr : m_prefix.c_str());
323 m_prefix = prefix;
325 m_prefix.clear();
447 std::string m_prefix; member in class:lldb_private::EvaluateExpressionOptions
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp210 : m_prefix(prefix) {
219 if (m_path.empty() && m_history && !m_prefix.empty()) {
228 std::string filename = m_prefix + "-widehistory";
230 std::string filename = m_prefix + "-history";
309 std::string m_prefix; member in class:lldb_private::line_editor::EditlineHistory
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp446 target_specific_defines, m_prefix.c_str());

Completed in 113 milliseconds