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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp209 const AnnotatedLine *TheLine = *I;
210 if (TheLine->Last->is(TT_LineComment))
214 if (TheLine->InPPDirective &&
225 Limit = TheLine->Last->TotalLength > Limit
227 : Limit - TheLine->Last->TotalLength;
229 if (TheLine->Last->is(TT_FunctionLBrace) &&
230 TheLine->First == TheLine->Last &&
236 if (TheLine->Last->is(tok::l_brace) && TheLine
[all...]
H A DTokenAnalyzer.h92 void consumeUnwrappedLine(const UnwrappedLine &TheLine) override;
H A DTokenAnalyzer.cpp119 void TokenAnalyzer::consumeUnwrappedLine(const UnwrappedLine &TheLine) { argument
121 UnwrappedLines.back().push_back(TheLine);

Completed in 146 milliseconds