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()
308 {"mcdc_records", renderMCDCRecords(F.MCDCRecords)}, in renderFunctions()
702 std::vector<MCDCRecord> MCDCRecords; member713 MCDCRecords.push_back(std::move(Record)); in pushMCDCRecord()892 std::vector<MCDCRecord> MCDCRecords; variable921 ArrayRef<MCDCRecord> getMCDCRecords() const { return MCDCRecords; } in getMCDCRecords()
1421 for (const auto &MR : Function.MCDCRecords) in getCoverageForFile()1423 FileCoverage.MCDCRecords.push_back(MR); in getCoverageForFile()1477 for (const auto &MR : Function.MCDCRecords) in getCoverageForFunction()1479 FunctionCoverage.MCDCRecords.push_back(MR); in getCoverageForFunction()