Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBTypeNameSpecifier.cpp82 FormatterMatchType SBTypeNameSpecifier::GetMatchType() { in GetMatchType() function in SBTypeNameSpecifier
86 return m_opaque_sp->GetMatchType(); in GetMatchType()
95 return m_opaque_sp->GetMatchType() == eFormatterMatchRegex; in IsRegex()
102 lldb::FormatterMatchType match_type = GetMatchType(); in GetDescription()
137 if (GetMatchType() != rhs.GetMatchType()) in IsEqualTo()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
HDFormattersContainer.h89 m_match_type(type_specifier->GetMatchType()) { in TypeMatcher()
117 lldb::FormatterMatchType GetMatchType() const { return m_match_type; } in GetMatchType() function
231 type_matcher.GetMatchType()); in GetTypeNameSpecifierAtIndex()
HDTypeCategory.h58 m_subcontainers[type_sp->GetMatchType()]->Add(TypeMatcher(type_sp), in Add()
64 return m_subcontainers[type_sp->GetMatchType()]->Delete( in Delete()
130 m_subcontainers[type_specifier_sp->GetMatchType()]->GetExact( in GetForTypeNameSpecifier()
HDFormatClasses.h185 lldb::FormatterMatchType GetMatchType() { return m_match_type; } in GetMatchType() function
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBTypeNameSpecifier.h40 lldb::FormatterMatchType GetMatchType();
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp72966 result = (lldb::FormatterMatchType)(arg1)->GetMatchType(); in _wrap_SBTypeNameSpecifier_GetMatchType()