Searched refs:getMCDCRecords (Results 1 – 4 of 4) sorted by relevance
92 std::tie(NumPairs, CoveredPairs) = sumMCDCPairs(CD.getMCDCRecords()); in get()
244 for (const auto &Record : FileCoverage.getMCDCRecords()) in renderFileMCDC()
381 auto MCDCRecords = FunctionCoverage.getMCDCRecords(); in createFunctionView()404 auto MCDCRecords = FileCoverage.getMCDCRecords(); in createSourceFileView()427 auto SubViewMCDCRecords = SubViewCoverage.getMCDCRecords(); in createSourceFileView()
921 ArrayRef<MCDCRecord> getMCDCRecords() const { return MCDCRecords; } in getMCDCRecords() function