Searched refs:getMCDCRecords (Results 1 – 3 of 3) sorted by relevance
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