Home
last modified time | relevance | path

Searched refs:type_matcher (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h228 TypeMatcher type_matcher = m_map[index].first; in GetTypeNameSpecifierAtIndex() local
230 type_matcher.GetMatchString().GetStringRef(), in GetTypeNameSpecifierAtIndex()
231 type_matcher.GetMatchType()); in GetTypeNameSpecifierAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1088 &any_printed](const TypeMatcher &type_matcher, in DoExecute()
1090 if (ShouldListItem(type_matcher.GetMatchString().GetStringRef(), in DoExecute()
1094 "%s: %s\n", type_matcher.GetMatchString().GetCString(), in DoExecute()
1646 [&result](const TypeMatcher &type_matcher, in FormatterSpecificList()
1649 "%s: %s\n", type_matcher.GetMatchString().GetCString(), in FormatterSpecificList()