Home
last modified time | relevance | path

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

/external/clang/lib/Format/
DFormatToken.h106 CanBreakBefore(false), ClosesTemplateDeclaration(false), in FormatToken()
185 bool CanBreakBefore; member
DFormatToken.cpp162 while (ItemEnd->Next && !ItemEnd->Next->CanBreakBefore) in precomputeFormattingInfos()
DTokenAnnotator.cpp1199 Line.First->CanBreakBefore = Line.First->MustBreakBefore; in annotate()
1290 Current->CanBreakBefore = in calculateFormattingInformation()
1332 if (Current->CanBreakBefore || in calculateUnbreakableTailLengths()
1821 << " C=" << Tok->CanBreakBefore << " T=" << Tok->Type in printDebugInfo()
DContinuationIndenter.cpp35 while (End->Next && !End->Next->CanBreakBefore) { in getLengthToMatchingParen()
95 if (!Current.CanBreakBefore && !(State.Stack.back().BreakBeforeClosingBrace && in canBreak()
DFormat.cpp725 Tok->CanBreakBefore = true; in tryMergeSimpleBlock()
1046 B.First->CanBreakBefore = true; in join()