Lines Matching full:files
39 void renderFunctionReports(ArrayRef<std::string> Files,
42 /// Prepare file reports for the files specified in \p Files.
45 FileCoverageSummary &Totals, ArrayRef<std::string> Files,
61 /// Render file reports for the files specified in \p Files.
62 void renderFileReports(raw_ostream &OS, ArrayRef<std::string> Files) const;
64 /// Render file reports for the files specified in \p Files and the functions
66 void renderFileReports(raw_ostream &OS, ArrayRef<std::string> Files,
77 /// source files) of the source files. This class uses template method pattern.
89 /// report for all files is returned and its Name is set to the LCP of all
90 /// files. The size of \p SourceFiles must be greater than 1 or else the
123 /// recursion. \p SubFiles are the reports for those files directly in the
133 Error prepareSubDirectoryReports(const ArrayRef<StringRef> &Files,