Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1041 static bool ShouldListItem(llvm::StringRef s, RegularExpression *regex) { in ShouldListItem() function in CommandObjectTypeFormatterList
1090 if (ShouldListItem(type_matcher.GetMatchString().GetStringRef(), in DoExecute()
1112 if (ShouldListItem(category->GetName(), category_regex.get())) { in DoExecute()