Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h192 virtual Split getReflowSplit(unsigned LineIndex, in getReflowSplit() function
421 Split getReflowSplit(unsigned LineIndex,
493 Split getReflowSplit(unsigned LineIndex,
H A DBreakableToken.cpp743 BreakableToken::Split BreakableBlockComment::getReflowSplit( in getReflowSplit() function in clang::format::BreakableBlockComment
1041 BreakableComment::Split BreakableLineCommentSection::getReflowSplit( in getReflowSplit() function in clang::format::BreakableLineCommentSection
H A DContinuationIndenter.cpp2633 Token->getReflowSplit(NextLineIndex, CommentPragmasRegex); in breakProtrudingToken()