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
418 Split getReflowSplit(unsigned LineIndex,
490 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.cpp2682 Token->getReflowSplit(NextLineIndex, CommentPragmasRegex); in breakProtrudingToken()