Home
last modified time | relevance | path

Searched refs:CanBreakBefore (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp104 if (End->Next->CanBreakBefore) in getLengthToMatchingParen()
295 if (!Current.CanBreakBefore && !(CurrentState.BreakBeforeClosingBrace && in canBreak()
367 if (Style.BraceWrapping.BeforeLambdaBody && Current.CanBreakBefore && in mustBreak()
482 Current.CanBreakBefore) { in mustBreak()
502 if (Previous.is(TT_BinaryOperator) && Current.CanBreakBefore) { in mustBreak()
528 } else if (Current.is(TT_BinaryOperator) && Current.CanBreakBefore && in mustBreak()
1052 if (Current.is(TT_BinaryOperator) && Current.CanBreakBefore) in addTokenOnNewLine()
1882 (Tok->CanBreakBefore && Tok->NewlinesBefore > 0)) { in moveStatePastScopeOpener()
H A DFormatToken.cpp246 while (ItemEnd->Next && !ItemEnd->Next->CanBreakBefore) in precomputeFormattingInfos()
H A DUnwrappedLineFormatter.cpp818 Tok->CanBreakBefore = true; in tryMergeSimpleBlock()
927 B.First->CanBreakBefore = true; in join()
H A DFormatToken.h280 IsUnterminatedLiteral(false), CanBreakBefore(false), in FormatToken()
331 unsigned CanBreakBefore : 1; member
H A DTokenAnnotator.cpp3276 First->CanBreakBefore = First->MustBreakBefore; in annotate()
3605 Current->CanBreakBefore = in calculateFormattingInformation()
3671 if (Current->CanBreakBefore || in calculateUnbreakableTailLengths()
5786 << " C=" << Tok->CanBreakBefore in printDebugInfo()