Searched refs:IsRegex (Results 1 – 5 of 5) sorted by relevance
58 bool SBTypeNameSpecifier::IsRegex() { in IsRegex() function in SBTypeNameSpecifier62 return m_opaque_sp->IsRegex(); in IsRegex()70 IsRegex() ? "regex" : "plain"); in GetDescription()92 if (IsRegex() != rhs.IsRegex()) in IsEqualTo()
155 if (spec.IsRegex()) in GetFilterForType()179 if (spec.IsRegex()) in GetFormatForType()202 if (spec.IsRegex()) in GetSummaryForType()226 if (spec.IsRegex()) in GetSyntheticForType()302 if (type_name.IsRegex()) in AddTypeFormat()321 if (type_name.IsRegex()) in DeleteTypeFormat()375 if (type_name.IsRegex()) in AddTypeSummary()395 if (type_name.IsRegex()) in DeleteTypeSummary()414 if (type_name.IsRegex()) in AddTypeFilter()433 if (type_name.IsRegex()) in DeleteTypeFilter()[all …]
427 if (type_sp->IsRegex()) in GetFormatForType()443 if (type_sp->IsRegex()) in GetSummaryForType()459 if (type_sp->IsRegex()) in GetFilterForType()476 if (type_sp->IsRegex()) in GetSyntheticForType()493 if (type_sp->IsRegex()) in GetValidatorForType()
36 bool IsRegex();
155 bool IsRegex() { return m_is_regex; } in IsRegex() function