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

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

Completed in 97 milliseconds