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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp387 AnnotatedLine *TheLine = *I; local
388 if (TheLine->Last->Type == TT_LineComment)
398 Limit = TheLine->Last->TotalLength > Limit
400 : Limit - TheLine->Last->TotalLength;
405 if (TheLine->Last->is(tok::l_brace)) {
408 TheLine->First->is(tok::kw_if)) {
411 TheLine->First->isOneOf(tok::kw_for, tok::kw_while)) {
413 } else if (TheLine->InPPDirective && (TheLine->First->HasUnescapedNewline ||
414 TheLine
550 const AnnotatedLine &TheLine = **I; local
782 touchesLine(const AnnotatedLine &TheLine) argument
804 touchesEmptyLineBefore(const AnnotatedLine &TheLine) argument
1333 consumeUnwrappedLine(const UnwrappedLine &TheLine) argument
[all...]

Completed in 102 milliseconds