Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectType.cpp1049 std::unique_ptr<RegularExpression> category_regex; in DoExecute() local
1053 category_regex = std::make_unique<RegularExpression>( in DoExecute()
1055 if (!category_regex->IsValid()) { in DoExecute()
1106 [&category_regex, &category_closure]( in DoExecute()
1108 if (ShouldListItem(category->GetName(), category_regex.get())) { in DoExecute()