Searched refs:mustBreak (Results 1 – 3 of 3) sorted by relevance
74 bool mustBreak(const LineState &State);
894 Indenter->mustBreak(State) || in formatLine()1062 if (!NewLine && Indenter->mustBreak(PreviousNode->State)) in addNextStateToQueue()
329 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() function in clang::format::ContinuationIndenter