Searched refs:IgnoreFilenameFilters (Results 1 – 3 of 3) sorted by relevance
56 const CoverageFilters &IgnoreFilenameFilters) const;
143 CoverageFilters IgnoreFilenameFilters; member in __anonc01b54db0111::CodeCoverageTool213 if (!IgnoreFilenameFilters.matchesFilename(EffectivePath)) in addCollectedPath()849 IgnoreFilenameFilters.push_back( in run()1002 if (!IgnoreFilenameFilters.matchesFilename(Filename)) in doShow()1106 Report.renderFileReports(llvm::outs(), IgnoreFilenameFilters); in doReport()1172 Exporter->renderRoot(IgnoreFilenameFilters); in doExport()
417 raw_ostream &OS, const CoverageFilters &IgnoreFilenameFilters) const { in renderFileReports()421 if (!IgnoreFilenameFilters.matchesFilename(SF)) in renderFileReports()