Home
last modified time | relevance | path

Searched refs:getReflowSplit (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DBreakableToken.h195 virtual Split getReflowSplit(unsigned LineIndex, in getReflowSplit() function
379 Split getReflowSplit(unsigned LineIndex,
452 Split getReflowSplit(unsigned LineIndex,
H A DBreakableToken.cpp588 BreakableBlockComment::getReflowSplit(unsigned LineIndex, in getReflowSplit() function in clang::format::BreakableBlockComment
834 BreakableComment::Split BreakableLineCommentSection::getReflowSplit( in getReflowSplit() function in clang::format::BreakableLineCommentSection
H A DContinuationIndenter.cpp2031 Token->getReflowSplit(NextLineIndex, CommentPragmasRegex); in breakProtrudingToken()