Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp1053 std::unique_ptr<RegularExpression> category_regex; in DoExecute() local
1057 category_regex = std::make_unique<RegularExpression>( in DoExecute()
1059 if (!category_regex->IsValid()) { in DoExecute()
1110 [&category_regex, &category_closure]( in DoExecute()
1112 if (ShouldListItem(category->GetName(), category_regex.get())) { in DoExecute()