Searched refs:NameAllowlist (Results 1 – 1 of 1) sorted by relevance
188 std::unique_ptr<SpecialCaseList> NameAllowlist; member in __anon1c6dbef00111::CodeCoverageTool877 NameAllowlist = SpecialCaseList::create( in run()879 if (!NameAllowlist) in run()884 if (!NameFilters.empty() || NameAllowlist || !NameRegexFilters.empty()) { in run()888 if (NameAllowlist && !NameFilterFiles.empty()) in run()890 std::make_unique<NameAllowlistCoverageFilter>(*NameAllowlist)); in run()