Home
last modified time | relevance | path

Searched refs:canBreak (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.h67 bool canBreak(const LineState &State);
H A DUnwrappedLineFormatter.cpp1116 (Indenter->canBreak(State) && State.NextToken->NewlinesBefore > 0); in formatLine()
1286 if (NewLine && !Indenter->canBreak(PreviousNode->State)) in addNextStateToQueue()
H A DContinuationIndenter.cpp290 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak() function in clang::format::ContinuationIndenter
2358 unsigned UnbreakableTailLength = (State.NextToken && canBreak(State)) in createBreakableToken()