Searched refs:AllLines (Results 1 – 2 of 2) sorted by relevance
244 StringRef AllLines = Buff.take()->getBuffer(); in addLineCount() local245 LineCounts L(AllLines.count('\n')+2); in addLineCount()266 StringRef AllLines = Buff.take()->getBuffer(); in print() local272 std::pair<StringRef, StringRef> P = AllLines.split('\n'); in print()273 if (AllLines != P.first) in print()276 AllLines = P.second; in print()
577 auto AllLines = LineConsumer(Filename); in print() local591 for (uint32_t LineIndex = 0; LineIndex < Line.LastLine || !AllLines.empty(); in print()603 AllLines.printNext(CovOS, LineIndex + 1); in print()663 AllLines.printNext(CovOS, LineIndex + 1); in print()