Searched refs:MCDCRecords (Results 1 – 4 of 4) sorted by relevance
108 ArrayRef<MCDCRecord> MCDCRecords);349 ArrayRef<MCDCRecord> MCDCRecords) { in attachMCDCSubViews() argument353 const auto *NextRecord = MCDCRecords.begin(); in attachMCDCSubViews()354 const auto *EndRecord = MCDCRecords.end(); in attachMCDCSubViews()381 auto MCDCRecords = FunctionCoverage.getMCDCRecords(); in createFunctionView() local387 attachMCDCSubViews(*View, MCDCRecords); in createFunctionView()404 auto MCDCRecords = FileCoverage.getMCDCRecords(); in createSourceFileView() local409 attachMCDCSubViews(*View, MCDCRecords); in createSourceFileView()
310 {"mcdc_records", renderMCDCRecords(F.MCDCRecords)}, in renderFunctions()
731 std::vector<MCDCRecord> MCDCRecords; member742 MCDCRecords.push_back(std::move(Record)); in pushMCDCRecord()950 std::vector<MCDCRecord> MCDCRecords; variable984 ArrayRef<MCDCRecord> getMCDCRecords() const { return MCDCRecords; } in getMCDCRecords()
1470 for (const auto &MR : Function.MCDCRecords) in getCoverageForFile()1472 FileCoverage.MCDCRecords.push_back(MR); in getCoverageForFile()1528 for (const auto &MR : Function.MCDCRecords) in getCoverageForFunction()1530 FunctionCoverage.MCDCRecords.push_back(MR); in getCoverageForFunction()