Searched refs:IsRegex (Results 1 – 6 of 6) sorted by relevance
75 bool SBTypeNameSpecifier::IsRegex() { in IsRegex() function in SBTypeNameSpecifier81 return m_opaque_sp->IsRegex(); in IsRegex()91 IsRegex() ? "regex" : "plain"); in GetDescription()119 if (IsRegex() != rhs.IsRegex()) in IsEqualTo()
190 if (spec.IsRegex()) in GetFilterForType()216 if (spec.IsRegex()) in GetFormatForType()240 if (spec.IsRegex()) in GetSummaryForType()264 if (spec.IsRegex()) in GetSyntheticForType()343 if (type_name.IsRegex()) in AddTypeFormat()362 if (type_name.IsRegex()) in DeleteTypeFormat()417 if (type_name.IsRegex()) in AddTypeSummary()436 if (type_name.IsRegex()) in DeleteTypeSummary()457 if (type_name.IsRegex()) in AddTypeFilter()476 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