Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/DataFormatters/
DFormattersContainer.h177 TypeMatcher type_matcher = m_map[index].first; in GetTypeNameSpecifierAtIndex() local
179 type_matcher.GetMatchString().GetStringRef(), true); in GetTypeNameSpecifierAtIndex()
/external/llvm-project/lldb/source/Commands/
DCommandObjectType.cpp1105 const TypeMatcher &type_matcher, in DoExecute()
1109 if (type_matcher.CreatedBySameMatchString( in DoExecute()
1113 type_matcher.GetMatchString().GetStringRef())) { in DoExecute()
1123 "%s: %s\n", type_matcher.GetMatchString().GetCString(), in DoExecute()
1130 const TypeMatcher &type_matcher, in DoExecute()
1134 if (type_matcher.CreatedBySameMatchString( in DoExecute()
1138 type_matcher.GetMatchString().GetStringRef())) { in DoExecute()
1148 "%s: %s\n", type_matcher.GetMatchString().GetCString(), in DoExecute()
1725 [&result](const TypeMatcher &type_matcher, in FormatterSpecificList()
1728 "%s: %s\n", type_matcher.GetMatchString().GetCString(), in FormatterSpecificList()