Lines Matching refs:MustBreakBefore
2787 Line.First->CanBreakBefore = Line.First->MustBreakBefore; in annotate()
2969 AfterLastAttribute->MustBreakBefore = true; in calculateFormattingInformation()
3003 Parameter->MustBreakBefore = true; in calculateFormattingInformation()
3016 Current->MustBreakBefore = true; in calculateFormattingInformation()
3018 Current->MustBreakBefore = in calculateFormattingInformation()
3019 Current->MustBreakBefore || mustBreakBefore(Line, *Current); in calculateFormattingInformation()
3020 if (!Current->MustBreakBefore && InFunctionDecl && in calculateFormattingInformation()
3022 Current->MustBreakBefore = mustBreakForReturnType(Line); in calculateFormattingInformation()
3027 Current->MustBreakBefore || canBreakBefore(Line, *Current); in calculateFormattingInformation()
3034 if (Current->MustBreakBefore || Prev->Children.size() > 1 || in calculateFormattingInformation()
3036 Prev->Children[0]->First->MustBreakBefore) || in calculateFormattingInformation()
3114 CurrentToken->Next->MustBreakBefore = true; in calculateArrayInitializerColumnList()
5140 llvm::errs() << " M=" << Tok->MustBreakBefore in printDebugInfo()