Searched refs:NameAllowlist (Results 1 – 1 of 1) sorted by relevance
188 std::unique_ptr<SpecialCaseList> NameAllowlist; member in __anon1c6dbef00111::CodeCoverageTool892 NameAllowlist = SpecialCaseList::create( in run()894 if (!NameAllowlist) in run()899 if (!NameFilters.empty() || NameAllowlist || !NameRegexFilters.empty()) { in run()903 if (NameAllowlist && !NameFilterFiles.empty()) in run()905 std::make_unique<NameAllowlistCoverageFilter>(*NameAllowlist)); in run()