Searched refs:canBreak (Results 1 – 3 of 3) sorted by relevance
71 bool canBreak(const LineState &State);
895 (Indenter->canBreak(State) && State.NextToken->NewlinesBefore > 0); in formatLine()1060 if (NewLine && !Indenter->canBreak(PreviousNode->State)) in addNextStateToQueue()
277 bool ContinuationIndenter::canBreak(const LineState &State) { in canBreak() function in clang::format::ContinuationIndenter1951 unsigned UnbreakableTailLength = (State.NextToken && canBreak(State)) in createBreakableToken()