Searched refs:type_matcher (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/include/lldb/DataFormatters/ |
D | FormattersContainer.h | 177 TypeMatcher type_matcher = m_map[index].first; in GetTypeNameSpecifierAtIndex() local 179 type_matcher.GetMatchString().GetStringRef(), true); in GetTypeNameSpecifierAtIndex()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectType.cpp | 1105 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()
|