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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1213 Ranges(Ranges.begin(), Ranges.end()), UnwrappedLines(1),
1227 assert(UnwrappedLines.rbegin()->empty());
1228 for (unsigned Run = 0, RunE = UnwrappedLines.size(); Run + 1 != RunE;
1232 for (unsigned i = 0, e = UnwrappedLines[Run].size(); i != e; ++i) {
1233 AnnotatedLines.push_back(new AnnotatedLine(UnwrappedLines[Run][i]));
1334 assert(!UnwrappedLines.empty());
1335 UnwrappedLines.back().push_back(TheLine);
1339 UnwrappedLines.push_back(SmallVector<UnwrappedLine, 16>());
1347 SmallVector<SmallVector<UnwrappedLine, 16>, 2> UnwrappedLines; member in class:clang::format::__anon3275::Formatter

Completed in 92 milliseconds