Searched refs:MustBreakBefore (Results 1 – 6 of 6) sorted by relevance
45 if (I[1]->Type == LT_Invalid || I[1]->First->MustBreakBefore) in tryFitMultipleLinesInOne()231 if (Tok->is(tok::r_brace) && !Tok->MustBreakBefore && in tryMergeSimpleBlock()287 if (I[1]->First->MustBreakBefore || I[2]->First->MustBreakBefore) in nextTwoLinesFitInto()294 if (Tok->MustBreakBefore) in containsMustBreak()691 if (Previous.Children[0]->First->MustBreakBefore) in formatChildren()
103 if (Column == Format->Columns || State.NextToken->MustBreakBefore) { in formatAfterToken()161 MustBreakBeforeItem.push_back(ItemBegin->MustBreakBefore); in precomputeFormattingInfos()
111 IsFirst(false), MustBreakBefore(false), IsUnterminatedLiteral(false), in FormatToken()163 bool MustBreakBefore; member
1360 Line.First->CanBreakBefore = Line.First->MustBreakBefore; in annotate()1436 Parameter->MustBreakBefore = true; in calculateFormattingInformation()1446 Current->MustBreakBefore = in calculateFormattingInformation()1447 Current->MustBreakBefore || mustBreakBefore(Line, *Current); in calculateFormattingInformation()1454 Current->MustBreakBefore = true; in calculateFormattingInformation()1457 Current->MustBreakBefore || canBreakBefore(Line, *Current); in calculateFormattingInformation()1465 if (Current->MustBreakBefore || Prev->Children.size() > 1 || in calculateFormattingInformation()1467 Prev->Children[0]->First->MustBreakBefore) || in calculateFormattingInformation()2124 llvm::errs() << " M=" << Tok->MustBreakBefore in printDebugInfo()
102 if (!Current.MustBreakBefore && Previous.is(tok::l_brace) && in canBreak()138 if (Current.MustBreakBefore || Current.is(TT_InlineASMColon)) in mustBreak()
1785 FormatTok->MustBreakBefore = true; in readToken()1809 Line->Tokens.back().Tok->MustBreakBefore = true; in pushToken()