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.h226 TypeMatcher type_matcher = m_map[index].first; in GetTypeNameSpecifierAtIndex() local
228 type_matcher.GetMatchString().GetStringRef(), in GetTypeNameSpecifierAtIndex()
229 type_matcher.GetMatchType()); in GetTypeNameSpecifierAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1099 &any_printed](const TypeMatcher &type_matcher, in DoExecute()
1101 if (ShouldListItem(type_matcher.GetMatchString().GetStringRef(), in DoExecute()
1105 "%s: %s\n", type_matcher.GetMatchString().GetCString(), in DoExecute()
1666 [&result](const TypeMatcher &type_matcher, in FormatterSpecificList()
1669 "%s: %s\n", type_matcher.GetMatchString().GetCString(), in FormatterSpecificList()