Home
last modified time | relevance | path

Searched refs:m_is_regex (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/DataFormatters/
DFormatClasses.h108 TypeNameSpecifierImpl() : m_is_regex(false), m_type() {} in TypeNameSpecifierImpl()
111 : m_is_regex(is_regex), m_type() { in TypeNameSpecifierImpl()
117 TypeNameSpecifierImpl(lldb::TypeSP type) : m_is_regex(false), m_type() { in TypeNameSpecifierImpl()
124 TypeNameSpecifierImpl(CompilerType type) : m_is_regex(false), m_type() { in TypeNameSpecifierImpl()
143 bool IsRegex() { return m_is_regex; } in IsRegex()
146 bool m_is_regex;
DFormattersContainer.h46 bool m_is_regex; variable
74 : m_type_name(type_name), m_is_regex(false) {} in TypeMatcher()
77 : m_type_name_regex(std::move(regex)), m_is_regex(true) {} in TypeMatcher()
81 if (m_is_regex) in Matches()
89 if (m_is_regex) in GetMatchString()