Searched refs:UnwrappedLines (Results 1 – 2 of 2) sorted by relevance
80 UnwrappedLines(1), in TokenAnalyzer()98 assert(UnwrappedLines.rbegin()->empty()); in process()99 for (unsigned Run = 0, RunE = UnwrappedLines.size(); Run + 1 != RunE; ++Run) { in process()104 for (unsigned i = 0, e = UnwrappedLines[Run].size(); i != e; ++i) { in process()105 AnnotatedLines.push_back(new AnnotatedLine(UnwrappedLines[Run][i])); in process()129 assert(!UnwrappedLines.empty()); in consumeUnwrappedLine()130 UnwrappedLines.back().push_back(TheLine); in consumeUnwrappedLine()134 UnwrappedLines.push_back(SmallVector<UnwrappedLine, 16>()); in finishRun()
101 SmallVector<SmallVector<UnwrappedLine, 16>, 2> UnwrappedLines; variable