HomeSort by: relevance | last modified time | path
    Searched defs:reflow (Results 1 - 3 of 3) 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...]
  /src/external/bsd/tmux/dist/
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 20 milliseconds