HomeSort by: relevance | last modified time | path
    Searched refs:reflow (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Format/
BreakableToken.h 12 /// token type-specific logic to break long lines in tokens and reflow content
38 /// limit, or to reflow text.
70 /// reformatted, for example for tokens supporting reflow, there are analogous
74 /// - reflow, for executing the split using a whitespace manager,
77 /// - adaptStartOfLine, for executing the reflow using a whitespace
86 /// - replaceWhitespaceAfterLastLine, for executing the reflow using a
129 /// assuming no reflow.
198 virtual void reflow(unsigned LineIndex, function in class:clang::format::BreakableToken
379 void reflow(unsigned LineIndex,
451 void reflow(unsigned LineIndex
    [all...]
BreakableToken.cpp 251 "indicates that the code tries to reflow it.");
356 // Simple heuristic for what to reflow: content should contain at least two
637 // If we're reflowing into a line with content indent, only reflow the next
656 void BreakableBlockComment::reflow(unsigned LineIndex, function in class:clang::format::BreakableBlockComment
659 // Here we need to reflow.
692 // Here no reflow with the previous line will happen.
917 void BreakableLineCommentSection::reflow(unsigned LineIndex, function in class:clang::format::BreakableLineCommentSection
920 // Reflow happens between tokens. Replace the whitespace between the
932 // the reflow happens inside the single comment token (it is a single line
952 // Replace the indent and prefix of the token with the reflow prefix
    [all...]
ContinuationIndenter.cpp 2017 // We use a conservative reflowing strategy. Reflow starts after a line is
2018 // broken or the corresponding whitespace compressed. Reflow ends as soon as a
2020 bool Reflow = false;
2041 << " Line: " << LineIndex << " (Reflow: " << Reflow << ")\n");
2043 // If we did reflow the previous line, we'll try reflowing again. Otherwise
2046 bool TryReflow = Reflow;
2141 // The current line fits after compressing the whitespace - reflow
2160 if (!Reflow)
2206 // After breaking a line, try to reflow the next line into the curren
    [all...]
  /src/external/bsd/tmux/dist/
screen.c 301 screen_resize_cursor(struct screen *s, u_int sx, u_int sy, int reflow,
322 reflow = 0;
331 if (reflow)
351 screen_resize(struct screen *s, u_int sx, u_int sy, int reflow)
353 screen_resize_cursor(s, sx, sy, reflow, 1, 1);
605 /* Reflow wrapped lines. */
window-copy.c 347 int reflow; local
386 reflow = (screen_size_x(hint) != screen_size_x(dst));
389 reflow = 0;
390 if (reflow)
394 if (reflow)
1010 int reflow; local
1015 reflow = (gd->sx != sx);
1016 if (reflow)
1019 if (reflow)

Completed in 35 milliseconds