Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTypeNameSpecifier.cpp58 bool SBTypeNameSpecifier::IsRegex() { in IsRegex() function in SBTypeNameSpecifier
62 return m_opaque_sp->IsRegex(); in IsRegex()
70 IsRegex() ? "regex" : "plain"); in GetDescription()
92 if (IsRegex() != rhs.IsRegex()) in IsEqualTo()
H A DSBTypeCategory.cpp155 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 …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategory.cpp427 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()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTypeNameSpecifier.h36 bool IsRegex();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h155 bool IsRegex() { return m_is_regex; } in IsRegex() function