Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.h189 virtual Split getReflowSplit(unsigned LineIndex, in getReflowSplit() function
420 Split getReflowSplit(unsigned LineIndex,
492 Split getReflowSplit(unsigned LineIndex,
H A DBreakableToken.cpp730 BreakableToken::Split BreakableBlockComment::getReflowSplit( in getReflowSplit() function in clang::format::BreakableBlockComment
1027 BreakableComment::Split BreakableLineCommentSection::getReflowSplit( in getReflowSplit() function in clang::format::BreakableLineCommentSection
H A DContinuationIndenter.cpp2800 Token->getReflowSplit(NextLineIndex, CommentPragmasRegex); in breakProtrudingToken()