Searched refs:IsRegex (Results 1 – 7 of 7) sorted by relevance
79 bool SBTypeNameSpecifier::IsRegex() { in IsRegex() function in SBTypeNameSpecifier80 LLDB_RECORD_METHOD_NO_ARGS(bool, SBTypeNameSpecifier, IsRegex); in IsRegex()85 return m_opaque_sp->IsRegex(); in IsRegex()97 IsRegex() ? "regex" : "plain"); in GetDescription()129 if (IsRegex() != rhs.IsRegex()) in IsEqualTo()173 LLDB_REGISTER_METHOD(bool, SBTypeNameSpecifier, IsRegex, ()); in RegisterMethods()
200 if (spec.IsRegex()) in GetFilterForType()227 if (spec.IsRegex()) in GetFormatForType()252 if (spec.IsRegex()) in GetSummaryForType()277 if (spec.IsRegex()) in GetSyntheticForType()364 if (type_name.IsRegex()) in AddTypeFormat()384 if (type_name.IsRegex()) in DeleteTypeFormat()441 if (type_name.IsRegex()) in AddTypeSummary()461 if (type_name.IsRegex()) in DeleteTypeSummary()484 if (type_name.IsRegex()) in AddTypeFilter()504 if (type_name.IsRegex()) in DeleteTypeFilter()[all …]
44 IsRegex();61 is_regex = property(IsRegex)
324 if (type_sp->IsRegex()) in GetFormatForType()340 if (type_sp->IsRegex()) in GetSummaryForType()356 if (type_sp->IsRegex()) in GetFilterForType()372 if (type_sp->IsRegex()) in GetSyntheticForType()
37 bool IsRegex();
143 bool IsRegex() { return m_is_regex; } in IsRegex() function
63101 result = (bool)(arg1)->IsRegex(); in _wrap_SBTypeNameSpecifier_IsRegex()