Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTypeNameSpecifier.cpp79 bool SBTypeNameSpecifier::IsRegex() { in IsRegex() function in SBTypeNameSpecifier
80 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()
H A DSBTypeCategory.cpp200 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 …]
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeNameSpecifier.i44 IsRegex();
61 is_regex = property(IsRegex)
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeNameSpecifier.h37 bool IsRegex();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormatClasses.h143 bool IsRegex() { return m_is_regex; } in IsRegex() function
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp63101 result = (bool)(arg1)->IsRegex(); in _wrap_SBTypeNameSpecifier_IsRegex()