Searched refs:CanBreakBefore (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp204 while (ItemEnd->Next && !ItemEnd->Next->CanBreakBefore)
H A DContinuationIndenter.cpp40 // stored in T.CanBreakBefore. Braces, array initializers and text proto
92 if (End->Next->CanBreakBefore)
281 if (!Current.CanBreakBefore && !(State.Stack.back().BreakBeforeClosingBrace &&
332 if (Style.BraceWrapping.BeforeLambdaBody && Current.CanBreakBefore &&
429 State.Stack.back().BreakBeforeParameter && Current.CanBreakBefore)
444 // Using CanBreakBefore here and below takes care of the decision whether the
447 if (Previous.is(TT_BinaryOperator) && Current.CanBreakBefore) {
468 } else if (Current.is(TT_BinaryOperator) && Current.CanBreakBefore &&
852 if (Current.is(TT_BinaryOperator) && Current.CanBreakBefore)
1507 (Tok->CanBreakBefore
[all...]
H A DUnwrappedLineFormatter.cpp578 Tok->CanBreakBefore = true;
694 B.First->CanBreakBefore = true;
H A DFormatToken.h207 bool CanBreakBefore = false; member in struct:clang::format::FormatToken
H A DTokenAnnotator.cpp2298 Line.First->CanBreakBefore = Line.First->MustBreakBefore;
2475 Current->CanBreakBefore =
2496 // FIXME: Only calculate this if CanBreakBefore is true once static
2540 if (Current->CanBreakBefore ||
4007 << " C=" << Tok->CanBreakBefore

Completed in 92 milliseconds