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

/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/source/Core/
H A DHighlighter.cpp19 s << m_prefix << value << m_suffix;
24 m_prefix = FormatAnsiTerminalCodes(prefix);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.h58 ConstString m_prefix; member in class:lldb_private::formatters::NSDictionary_Additionals::AdditionalFormatterMatching::Prefix
H A DNSDictionary.cpp35 : m_prefix(p) {}
39 return class_name.GetStringRef().startswith(m_prefix.GetStringRef());
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DHighlighter.h29 std::string m_prefix; member in class:lldb_private::HighlightStyle::ColorStyle
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h260 return (m_prefix.empty() ? nullptr : m_prefix.c_str());
265 m_prefix = prefix;
267 m_prefix.clear();
381 std::string m_prefix; member in class:lldb_private::EvaluateExpressionOptions
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp194 : m_history(nullptr), m_event(), m_prefix(prefix), m_path() {
203 if (m_path.empty() && m_history && !m_prefix.empty()) {
212 std::string filename = m_prefix + "-widehistory";
214 std::string filename = m_prefix + "-history";
289 std::string m_prefix; // The prefix name (usually the editline program name) member in class:lldb_private::line_editor::EditlineHistory
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionSourceCode.cpp404 target_specific_defines, m_prefix.c_str());

Completed in 128 milliseconds