Lines Matching refs:MustBreakBefore
2706 Line.First->CanBreakBefore = Line.First->MustBreakBefore; in annotate()
2893 Parameter->MustBreakBefore = true; in calculateFormattingInformation()
2906 Current->MustBreakBefore = true; in calculateFormattingInformation()
2908 Current->MustBreakBefore = in calculateFormattingInformation()
2909 Current->MustBreakBefore || mustBreakBefore(Line, *Current); in calculateFormattingInformation()
2910 if (!Current->MustBreakBefore && InFunctionDecl && in calculateFormattingInformation()
2912 Current->MustBreakBefore = mustBreakForReturnType(Line); in calculateFormattingInformation()
2917 Current->MustBreakBefore || canBreakBefore(Line, *Current); in calculateFormattingInformation()
2924 if (Current->MustBreakBefore || Prev->Children.size() > 1 || in calculateFormattingInformation()
2926 Prev->Children[0]->First->MustBreakBefore) || in calculateFormattingInformation()
3004 CurrentToken->Next->MustBreakBefore = true; in calculateArrayInitializerColumnList()
4948 llvm::errs() << " M=" << Tok->MustBreakBefore in printDebugInfo()