Searched refs:IsRegex (Results 1 – 6 of 6) sorted by relevance
69 bool IsRegex; variable71 FilterMatcher(StringRef Filter, bool IsRegex) in FilterMatcher() argument72 : FilterRE(Filter), FilterStr(Filter), IsRegex(IsRegex) {} in FilterMatcher()92 if (IsRegex) in match()
11 is_regex = property(IsRegex)
42 bool IsRegex();
89 bool SBTypeNameSpecifier::IsRegex() { in IsRegex() function in SBTypeNameSpecifier
193 bool IsRegex() { return m_match_type == lldb::eFormatterMatchRegex; } in IsRegex() function
74298 result = (bool)(arg1)->IsRegex(); in _wrap_SBTypeNameSpecifier_IsRegex()