Searched refs:mustBreak (Results 1 – 3 of 3) sorted by relevance
56 bool mustBreak(const LineState &State);
315 Indenter->mustBreak(State) || in format()658 if (!NewLine && Indenter->mustBreak(PreviousNode->State)) in addNextStateToQueue()
135 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() function in clang::format::ContinuationIndenter