Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DContinuationIndenter.cpp92 if (End->Next->CanBreakBefore) in getLengthToMatchingParen()
281 if (!Current.CanBreakBefore && !(State.Stack.back().BreakBeforeClosingBrace && in canBreak()
332 if (Style.BraceWrapping.BeforeLambdaBody && Current.CanBreakBefore && in mustBreak()
431 State.Stack.back().BreakBeforeParameter && Current.CanBreakBefore) in mustBreak()
449 if (Previous.is(TT_BinaryOperator) && Current.CanBreakBefore) { in mustBreak()
470 } else if (Current.is(TT_BinaryOperator) && Current.CanBreakBefore && in mustBreak()
870 if (Current.is(TT_BinaryOperator) && Current.CanBreakBefore) in addTokenOnNewLine()
1527 (Tok->CanBreakBefore && Tok->NewlinesBefore > 0)) { in moveStatePastScopeOpener()
H A DFormatToken.cpp205 while (ItemEnd->Next && !ItemEnd->Next->CanBreakBefore) in precomputeFormattingInfos()
H A DFormatToken.h213 CanBreakBefore(false), ClosesTemplateDeclaration(false), in FormatToken()
257 unsigned CanBreakBefore : 1; member
H A DUnwrappedLineFormatter.cpp625 Tok->CanBreakBefore = true; in tryMergeSimpleBlock()
741 B.First->CanBreakBefore = true; in join()
H A DTokenAnnotator.cpp2340 Line.First->CanBreakBefore = Line.First->MustBreakBefore; in annotate()
2519 Current->CanBreakBefore = in calculateFormattingInformation()
2584 if (Current->CanBreakBefore || in calculateUnbreakableTailLengths()
4114 << " C=" << Tok->CanBreakBefore in printDebugInfo()