Searched refs:NameAllowlist (Results 1 – 1 of 1) sorted by relevance
180 std::unique_ptr<SpecialCaseList> NameAllowlist; member in __anone83340200111::CodeCoverageTool821 NameAllowlist = SpecialCaseList::create( in run()824 NameAllowlist = SpecialCaseList::create(NameFilterFilesDeprecated, in run()828 if (!NameAllowlist) in run()833 if (!NameFilters.empty() || NameAllowlist || !NameRegexFilters.empty()) { in run()837 if (NameAllowlist) { in run()840 std::make_unique<NameAllowlistCoverageFilter>(*NameAllowlist)); in run()843 std::make_unique<NameWhitelistCoverageFilter>(*NameAllowlist)); in run()