Searched refs:NameAllowlist (Results 1 – 1 of 1) sorted by relevance
191 std::unique_ptr<SpecialCaseList> NameAllowlist; member in __anon90b360e60111::CodeCoverageTool905 NameAllowlist = SpecialCaseList::create( in run()907 if (!NameAllowlist) in run()912 if (!NameFilters.empty() || NameAllowlist || !NameRegexFilters.empty()) { in run()916 if (NameAllowlist && !NameFilterFiles.empty()) in run()918 std::make_unique<NameAllowlistCoverageFilter>(*NameAllowlist)); in run()