Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
/src/contrib/llvm-project/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
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTypeNameSpecifier.h40 lldb::FormatterMatchType GetMatchType();
/src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp72966 result = (lldb::FormatterMatchType)(arg1)->GetMatchType(); in _wrap_SBTypeNameSpecifier_GetMatchType()