Searched defs:mustBreak (Results 1 – 3 of 3) sorted by relevance
67 final boolean mustBreak; field in Doc.State69 State(int lastIndent, int indent, int column, boolean mustBreak) { in State()84 State withMustBreak(boolean mustBreak) { in withMustBreak()
142 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() function in clang::format::ContinuationIndenter
329 bool ContinuationIndenter::mustBreak(const LineState &State) { in mustBreak() function in clang::format::ContinuationIndenter