Lines Matching refs:MustBreakBefore
2396 Line.First->CanBreakBefore = Line.First->MustBreakBefore; in annotate()
2579 Parameter->MustBreakBefore = true; in calculateFormattingInformation()
2589 Current->MustBreakBefore = in calculateFormattingInformation()
2590 Current->MustBreakBefore || mustBreakBefore(Line, *Current); in calculateFormattingInformation()
2592 if (!Current->MustBreakBefore && InFunctionDecl && in calculateFormattingInformation()
2594 Current->MustBreakBefore = mustBreakForReturnType(Line); in calculateFormattingInformation()
2597 Current->MustBreakBefore || canBreakBefore(Line, *Current); in calculateFormattingInformation()
2605 if (Current->MustBreakBefore || Prev->Children.size() > 1 || in calculateFormattingInformation()
2607 Prev->Children[0]->First->MustBreakBefore) || in calculateFormattingInformation()
2683 CurrentToken->Next->MustBreakBefore = true; in calculateArrayInitializerColumnList()
4241 llvm::errs() << " M=" << Tok->MustBreakBefore in printDebugInfo()