Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DBreakableToken.h192 virtual Split getReflowSplit(unsigned LineIndex, in getReflowSplit() function
377 Split getReflowSplit(unsigned LineIndex,
449 Split getReflowSplit(unsigned LineIndex,
H A DBreakableToken.cpp631 BreakableToken::Split BreakableBlockComment::getReflowSplit( in getReflowSplit() function in clang::format::BreakableBlockComment
929 BreakableComment::Split BreakableLineCommentSection::getReflowSplit( in getReflowSplit() function in clang::format::BreakableLineCommentSection
H A DContinuationIndenter.cpp2438 Token->getReflowSplit(NextLineIndex, CommentPragmasRegex); in breakProtrudingToken()