Home
last modified time | relevance | path

Searched refs:IsRegex (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeNameSpecifier.cpp75 bool SBTypeNameSpecifier::IsRegex() { in IsRegex() function in SBTypeNameSpecifier
81 return m_opaque_sp->IsRegex(); in IsRegex()
91 IsRegex() ? "regex" : "plain"); in GetDescription()
119 if (IsRegex() != rhs.IsRegex()) in IsEqualTo()
H A DSBTypeCategory.cpp190 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 …]
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTypeNameSpecifier.i44 IsRegex();
61 is_regex = property(IsRegex)
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeCategory.cpp324 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()
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTypeNameSpecifier.h37 bool IsRegex();
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h143 bool IsRegex() { return m_is_regex; } in IsRegex() function