Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTypeNameSpecifier.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()
/openbsd-src/gnu/llvm/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.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()
H A DTypeCategory.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()
H A DFormatClasses.h185 lldb::FormatterMatchType GetMatchType() { return m_match_type; } in GetMatchType() function
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBTypeNameSpecifier.i47 GetMatchType();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBTypeNameSpecifier.h40 lldb::FormatterMatchType GetMatchType();