Searched refs:IgnoreFilenameFilters (Results 1 – 3 of 3) sorted by relevance
59 const CoverageFilters &IgnoreFilenameFilters) const;
150 CoverageFilters IgnoreFilenameFilters; member in __anon1c6dbef00111::CodeCoverageTool225 if (!IgnoreFilenameFilters.matchesFilename(EffectivePath)) in addCollectedPath()919 IgnoreFilenameFilters.push_back( in run()1131 if (!IgnoreFilenameFilters.matchesFilename(Filename)) in doShow()1241 Report.renderFileReports(llvm::outs(), IgnoreFilenameFilters); in doReport()1318 Exporter->renderRoot(IgnoreFilenameFilters); in doExport()
504 raw_ostream &OS, const CoverageFilters &IgnoreFilenameFilters) const { in renderFileReports()508 if (!IgnoreFilenameFilters.matchesFilename(SF)) in renderFileReports()