Searched refs:CanBreakBefore (Results 1 – 5 of 5) sorted by relevance
104 if (End->Next->CanBreakBefore) in getLengthToMatchingParen()151 Current.CanBreakBefore && in mustBreakBinaryOperation()303 if (!Current.CanBreakBefore && !(CurrentState.BreakBeforeClosingBrace && in canBreak()400 if (Style.BraceWrapping.BeforeLambdaBody && Current.CanBreakBefore && in mustBreak()516 Current.CanBreakBefore) { in mustBreak()536 if (Previous.is(TT_BinaryOperator) && Current.CanBreakBefore) { in mustBreak()562 } else if (Current.is(TT_BinaryOperator) && Current.CanBreakBefore && in mustBreak()1157 if (Current.is(TT_BinaryOperator) && Current.CanBreakBefore) in addTokenOnNewLine()2040 (Tok->CanBreakBefore && Tok->NewlinesBefore > 0)) { in moveStatePastScopeOpener()
223 while (ItemEnd->Next && !ItemEnd->Next->CanBreakBefore) in precomputeFormattingInfos()
310 IsUnterminatedLiteral(false), CanBreakBefore(false), in FormatToken()361 unsigned CanBreakBefore : 1; member
868 Tok->CanBreakBefore = true; in tryMergeSimpleBlock()994 B.First->CanBreakBefore = true; in join()
3766 First->CanBreakBefore = First->MustBreakBefore; in annotate()4067 First->CanBreakBefore = true; in calculateFormattingInformation()4125 Current->CanBreakBefore = in calculateFormattingInformation()4137 Current->CanBreakBefore = false; in calculateFormattingInformation()4162 Current->CanBreakBefore = true; in calculateFormattingInformation()4212 if (Current->CanBreakBefore || in calculateUnbreakableTailLengths()6476 << " C=" << Tok->CanBreakBefore in printDebugInfo()