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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp168 const AnnotatedLine *TheLine = *I; local
169 if (TheLine->Last->is(TT_LineComment))
173 if (TheLine->InPPDirective &&
184 Limit = TheLine->Last->TotalLength > Limit
186 : Limit - TheLine->Last->TotalLength;
188 // FIXME: TheLine->Level != 0 might or might not be the right check to do.
195 TheLine->Level != 0);
197 if (TheLine->Last->is(TT_FunctionLBrace) &&
198 TheLine->First != TheLine
822 const AnnotatedLine &TheLine = *Line; local
[all...]
H A DFormat.cpp1702 void consumeUnwrappedLine(const UnwrappedLine &TheLine) override {
1704 UnwrappedLines.back().push_back(TheLine); variable

Completed in 53 milliseconds