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.
1056 void BreakableLineCommentSection::reflow(unsigned LineIndex,
1071 // the reflow happens inside the single comment token (it is a single line
1091 // Replace the indent and prefix of the token with the reflow prefix.
1114 // This is the first line for the current token, but no reflow with the
1158 // FIXME: Decide whether we want to reflow non-regular indents:
1159 // Currently, we only reflow when the OriginalPrefix[LineIndex] matches the
1160 // OriginalPrefix[LineIndex-1]. That means we don't reflow
1163 // We do reflow in that case in block comments.