Searched refs:m_match_type (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h152 : m_match_type(match_type) {
158 : m_match_type(lldb::eFormatterMatchExact) {
166 : m_match_type(lldb::eFormatterMatchExact) {
185 lldb::FormatterMatchType GetMatchType() { return m_match_type; }
187 bool IsRegex() { return m_match_type == lldb::eFormatterMatchRegex; }
190 lldb::FormatterMatchType m_match_type = lldb::eFormatterMatchExact; member in class:lldb_private::TypeNameSpecifierImpl
H A DFormattersContainer.h42 /// Type name for exact match, or name of the python callback if m_match_type
52 lldb::FormatterMatchType m_match_type; member in class:lldb_private::TypeMatcher
80 : m_name(type_name), m_match_type(lldb::eFormatterMatchExact) {}
84 m_match_type(lldb::eFormatterMatchRegex) {}
89 m_match_type(type_specifier->GetMatchType()) {
90 if (m_match_type == lldb::eFormatterMatchRegex)
97 switch (m_match_type) {
117 lldb::FormatterMatchType GetMatchType() const { return m_match_type; }
121 if (m_match_type == lldb::eFormatterMatchExact)
123 if (m_match_type
[all...]
/freebsd-current/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp32 m_match_type(type), m_language(language), m_skip_prologue(skip_prologue) {
33 if (m_match_type == Breakpoint::Regexp) {
52 m_match_type(Breakpoint::Exact), m_language(language),
64 m_match_type(Breakpoint::Exact), m_language(language),
78 m_match_type(Breakpoint::Regexp), m_language(language),
86 m_regex(rhs.m_regex), m_match_type(rhs.m_match_type),
270 switch (m_match_type) {
396 if (m_match_type == Breakpoint::Regexp)
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverName.h86 Breakpoint::MatchType m_match_type; member in class:lldb_private::BreakpointResolverName
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp49 FormatterMatchType m_match_type; member in class:ScriptAddOptions
56 : m_flags(flags), m_match_type(match_type), m_name(name),
67 FormatterMatchType m_match_type; member in class:SynthAddOptions
74 m_match_type(match_type), m_category(catg) {}
140 FormatterMatchType m_match_type = eFormatterMatchExact; member in class:CommandObjectTypeSummaryAdd::CommandOptions
216 options->m_match_type, options->m_category,
335 if (m_match_type == eFormatterMatchCallback)
339 m_match_type = eFormatterMatchRegex;
342 if (m_match_type == eFormatterMatchRegex)
346 m_match_type
380 FormatterMatchType m_match_type; member in class:CommandObjectTypeSynthAdd::CommandOptions
[all...]

Completed in 72 milliseconds