Lines Matching refs:LineIndex
586 for (uint32_t LineIndex = 0; LineIndex < Line.LastLine || !AllLines.empty();
587 ++LineIndex) {
589 FunctionLines::const_iterator FuncsIt = Line.Functions.find(LineIndex);
594 BlockLines::const_iterator BlocksIt = Line.Blocks.find(LineIndex);
598 AllLines.printNext(CovOS, LineIndex + 1);
658 AllLines.printNext(CovOS, LineIndex + 1);
664 if (Block->getLastLine() != LineIndex + 1)
667 printBlockInfo(CovOS, *Block, LineIndex, BlockNo);
708 uint32_t LineIndex, uint32_t &BlockNo) const {
713 OS << format("%5u-block %2u\n", LineIndex + 1, BlockNo++);