Lines Matching defs:reflow
251 "indicates that the code tries to reflow it.");
470 // Simple heuristic for what to reflow: content should contain at least two
748 // If we're reflowing into a line with content indent, only reflow the next
768 void BreakableBlockComment::reflow(unsigned LineIndex,
771 // Here we need to reflow.
805 // Here no reflow with the previous line will happen.
1055 void BreakableLineCommentSection::reflow(unsigned LineIndex,
1070 // the reflow happens inside the single comment token (it is a single line
1090 // Replace the indent and prefix of the token with the reflow prefix.
1113 // This is the first line for the current token, but no reflow with the
1157 // FIXME: Decide whether we want to reflow non-regular indents:
1158 // Currently, we only reflow when the OriginalPrefix[LineIndex] matches the
1159 // OriginalPrefix[LineIndex-1]. That means we don't reflow
1162 // We do reflow in that case in block comments.