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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DTokenAnalyzer.cpp54 UnwrappedLines(1),
73 assert(UnwrappedLines.rbegin()->empty());
75 for (unsigned Run = 0, RunE = UnwrappedLines.size(); Run + 1 != RunE; ++Run) {
80 for (unsigned i = 0, e = UnwrappedLines[Run].size(); i != e; ++i) {
81 AnnotatedLines.push_back(new AnnotatedLine(UnwrappedLines[Run][i]));
115 assert(!UnwrappedLines.empty());
116 UnwrappedLines.back().push_back(TheLine);
120 UnwrappedLines.push_back(SmallVector<UnwrappedLine, 16>());
H A DTokenAnalyzer.h101 SmallVector<SmallVector<UnwrappedLine, 16>, 2> UnwrappedLines; member in class:clang::format::TokenAnalyzer

Completed in 53 milliseconds