Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp632 BreakableToken::Split BreakableBlockComment::getReflowSplit( in getReflowSplit() function in clang::format::BreakableBlockComment
903 BreakableComment::Split BreakableLineCommentSection::getReflowSplit( in getReflowSplit() function in clang::format::BreakableLineCommentSection
H A DContinuationIndenter.cpp2228 Token->getReflowSplit(NextLineIndex, CommentPragmasRegex); in breakProtrudingToken()