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()
403 auto MCDCRecords = FunctionCoverage.getMCDCRecords(); in createFunctionView()428 auto MCDCRecords = FileCoverage.getMCDCRecords(); in createSourceFileView()453 auto SubViewMCDCRecords = SubViewCoverage.getMCDCRecords(); in createSourceFileView()
828 ArrayRef<MCDCRecord> getMCDCRecords() const { return MCDCRecords; } in getMCDCRecords() function