Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatToken.h113 CanBreakBefore(false), ClosesTemplateDeclaration(false), in FormatToken()
192 bool CanBreakBefore; member
DFormatToken.cpp172 while (ItemEnd->Next && !ItemEnd->Next->CanBreakBefore) in precomputeFormattingInfos()
DUnwrappedLineFormatter.cpp236 Tok->CanBreakBefore = true; in tryMergeSimpleBlock()
548 B.First->CanBreakBefore = true; in join()
DTokenAnnotator.cpp1360 Line.First->CanBreakBefore = Line.First->MustBreakBefore; in annotate()
1456 Current->CanBreakBefore = in calculateFormattingInformation()
1500 if (Current->CanBreakBefore || in calculateUnbreakableTailLengths()
2125 << " C=" << Tok->CanBreakBefore << " T=" << Tok->Type in printDebugInfo()
DContinuationIndenter.cpp35 while (End->Next && !End->Next->CanBreakBefore) { in getLengthToMatchingParen()
96 if (!Current.CanBreakBefore && in canBreak()