Home
last modified time | relevance | path

Searched refs:UnwrappedLines (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Format/
HDFormat.cpp1283 Ranges(Ranges.begin(), Ranges.end()), UnwrappedLines(1), in Formatter()
1300 assert(UnwrappedLines.rbegin()->empty()); in format()
1301 for (unsigned Run = 0, RunE = UnwrappedLines.size(); Run + 1 != RunE; in format()
1305 for (unsigned i = 0, e = UnwrappedLines[Run].size(); i != e; ++i) { in format()
1306 AnnotatedLines.push_back(new AnnotatedLine(UnwrappedLines[Run][i])); in format()
1542 assert(!UnwrappedLines.empty()); in consumeUnwrappedLine()
1543 UnwrappedLines.back().push_back(TheLine); in consumeUnwrappedLine()
1547 UnwrappedLines.push_back(SmallVector<UnwrappedLine, 16>()); in finishRun()
1555 SmallVector<SmallVector<UnwrappedLine, 16>, 2> UnwrappedLines; member in clang::format::__anon7b6db1140111::Formatter